How to Hide Tab Bar Controller ? I want to hide the Tab Bar controller with double tap on UIImageView.
Try this when you push the view to the new view:
self.tabbarconroller.tabbar.hidden = YES;