Hi,
how can I properly handle the IGSlideTabView on a tableviewcontroller? Now if I add it as a subview the tab scroll with the table and does not react to the touch. If I add it as a subview to the superview of my tableviewcontroller the tab works correctly but the table does not react to the touch (the IGSlideTabView goes on to Tableview)
Thanks!
Hi Mattia,
It's not recommend to add a IGSlideTabView to a UITableViewController because a controller such as that has limitations on the management and placement of the contained views. The recommended usage is to use a UIViewController and add the IGSlideTabView with the UITableView(s) added to the contentAreaView of the IGSlideTabView.