Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
545
IGSlideTabView on tableviewcontroller
posted

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!

  • 4940
    Verified Answer
    Offline posted

    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.