iPhone: Which Method to Use to Rotate View Back to Portrait Orientation?
Posted
by Ruthy
on Stack Overflow
See other posts from Stack Overflow
or by Ruthy
Published on 2010-04-11T22:46:03Z
Indexed on
2010/04/12
0:13 UTC
Read the original article
Hit count: 765
I use...
-(void)didRotateFromInterfaceOrientation:
... to adapt a view that has been rotated to landscape.
However, I don't know which method to use when the view needs to be rotated back to portrait.
© Stack Overflow or respective owner