I have a UIViewController inside Tab bar. For one VC in Tab bar I allow the interface to rotate upon device rotation. The challenge is, that I want to hide the Tab
UIViewController
If you want to always hide the tab bar when a particular UIViewController is pushed, you can do:
self.hidesBottomBarWhenPushed = YES;