ios - How to hide tabbar -
i have changed frame of tabbar in viewcontroller:
self.tabbar.frame.origin.y = cgrectgetheight(self.view.frame). but tabbars reset original frame when new viewcontroller pushed. how can hide tabbar when push new viewcontroller?
set hidesbottombarwhenpushed yes on uiviewcontroller.
Comments
Post a Comment