Hiding UITabBar when rotating device iPhone

Posted by Tom G on Stack Overflow See other posts from Stack Overflow or by Tom G
Published on 2010-02-18T10:05:29Z Indexed on 2010/04/21 18:23 UTC
Read the original article Hit count: 639

Has anyone successfully hidden a UITabbar when rotating the device?

I have one view in the UItabbar controller that i rotate (So effectively one tab that rotates)

When this happens i want the tab bar to disappear... but nothing seems to work!

Either the tabbar still remains visible

Or it disappears along with the view

Or the tabbar disappears and the view no longer rotates!

So if anyone has successfully accomplished this task any advice would be greatly appreciated!

Thanks

Tom

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitabbarcontroller