Orientation in a UIView added to a UIWindow
Posted
by Ken
on Stack Overflow
See other posts from Stack Overflow
or by Ken
Published on 2010-03-24T14:48:41Z
Indexed on
2010/04/14
17:33 UTC
Read the original article
Hit count: 748
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
© Stack Overflow or respective owner