OK, bear with me.
I have a UIView which is supposed to cover the whole device (UIWindow) to support an image zoom in/out effect I'm doing using core animation where a user taps a button on a UITableViewCell and I zoom the associated image.
The zooming is performing flawlessly, what I haven't been able to figure out is why the subview is still in portrait mode even though the device is in landscape. An illustration below:
http://www.weeshsoft.com/images/IMG_0482.jpg
I do have a navigation controller but this view has been added to the UIWindow directly.
Signed, Baffled in Atlanta