Hi, I want to embed search timeline in a view controller, however, Fabric framework dont allow me to do that in my view controller. How can i implement search timeline table without using FABSearchTimelineViewController?
Thanks.
Hey @OvuncMetin,
That sounds a bit strange, here is some sample code from two of our sample apps where the Timeline is in a ViewController. The first one is from Furni Obj-C and the other is from Cannonball in Swift.
-Mike