DeviceOrientation Check in AppDelegate
Posted
by ludo
on Stack Overflow
See other posts from Stack Overflow
or by ludo
Published on 2010-05-14T02:51:24Z
Indexed on
2010/05/14
2:54 UTC
Read the original article
Hit count: 258
iphone
|objective-c
Hi,
I created a view in the AppDelegate, that I add to the window like this:
[window addSubview:myView];
I wanna be able to check for the device orientation everytime I come back to this view, so I can make some modifications to it. How can I do that in the appDelegate?
© Stack Overflow or respective owner