NOUSguide / NGTabBarController

A custom TabBarController implementation for iPhone and iPad
Other
263 stars 0 forks source link

Rotation issue #9

Closed amsoell closed 12 years ago

amsoell commented 12 years ago

I love this view controller, but I'm finding it wildly inconsistent when it comes to reorienting properly when the device is rotated. Running the straight-from-archive demo app and rotating the interface in the iPad 5.1 simulator, I get the navigation bar moving from the bottom position to the left position and back again. This can't be the expected behavior, can it? Video demonstrating this problem below:

http://cl.ly/He0P

amsoell commented 12 years ago

God, I'm an idiot. I found the - (void)setupForInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation; method that was handling this in the demo

myell0w commented 12 years ago

np, glad you like it :)