Hi, In an app I'm working on, I do not allow shouldAutorotateToInterfaceOrientation, for various reasons, but when the device is moved to landscape orientation, a notification of orientation change is sent, and I run a method that re-arranges the controls in the view.
I'd like to have a landscape-oriented navigation bar, too, but I can't get the navbar to transform (rotate) and re-frame accurately. I must be doing something very wrong in my code, but I've tried a million ways.
If anyone has an app where the navigation bar was run through a transform and resetting the frame to position it accurately in landscape mode, I'd appreciate a posting of the code. I've been trying this for months.
Thanks, /Steve