iphone - Auto-rotation on navigationBar -
I have found a navigationbar
that does not automatically resize the device when rotating it is. That's why the navigation bar puts it's portrait height of 44 pixels and does not shrink to 32 pixels. I am using a custom UITabBarController
subclass which initializes the UINavigationController
s and Adds them to its viewControllers
array because I am adding UIImageView
as a custom background for the navigation bar
- which is good when rotating Updating like - my favorites Under the view, I always see 12 pixels difference, this variation overrides UITableView
with 12 pixels, so everything works just fine - except simple UINavigationBar
. Has anyone ever had this problem and got a solution?
Thank you - -f
OK, answered my question and my Worked for But I still can not believe that this is the right solution, because the templates do it automatically in the right way.
Comments
Post a Comment