Tab bar controller in landscape mode
Posted
by gkedmi
on Stack Overflow
See other posts from Stack Overflow
or by gkedmi
Published on 2010-03-24T16:09:36Z
Indexed on
2010/03/24
16:13 UTC
Read the original article
Hit count: 246
uitabbarcontroller
|landscape
Hi to all All my app is in landscape mode .In some point I switch to a screen with Tab Bar Controller , but it's been placed like in portrait mode.I subclassed the UITabBarController and override the method "shouldAutorotateToInterfaceOrientation" to return YES always but because the app is already in landscape , this method is not being called. does anyway have an answer to this? thanks Giald
© Stack Overflow or respective owner