mwhuss / MHVerticalTabBarController

MHVerticalTabBarController is a custom vertical tab bar controller that works on iPhone and iPad and allows easy customization.
MIT License
15 stars 4 forks source link

[Question] Hiding the tab bar controller after a push segue #1

Closed mirceamironenco closed 9 years ago

mirceamironenco commented 10 years ago

Is changing the entire frame ok ? Seems to work fine, just wanted your opinion .

mwhuss commented 10 years ago

I was using this the same way with some custom panel view controllers. The way I was handling it was changing the frame of the entire MHVerticalTabBarController view. I think a -hide:animated: method would be a welcome addition if you'd like to send a PR.