I need to hide UITabBar on one view controller. I tried
vc.hideTabBarwhenpushed = TRUE
when pushed; this worked fine, but when I opened a UITable on this view controller, then at the bottom where UITabBar should be, at that place my UITable is not getting touch.
I tried doing
[viewController setWantsFullScreenLayout:YES];
but it did’t work.
You need to make sure that you are setting the springs and struts of your table view correctly: