I have a tabbar with a transparent background. One of the tabbar items load a view with a UITableView in it. Is it possible to have that tableview to go "under" the tabbar? That is, have the tableview to fill the whole screen size.
Thanks
At the moment you push a viewController on a navigation stack, you can use this:
[controller setHidesBottomBarWhenPushed:YES];
[self.navigationController pushViewController:controller];
Or look at this topic for manual hiding/showing it
How to hide uitabbarcontroller
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With