Quote:
Originally Posted by xspyk
Yes, my question actually does.
This thread is about adding text fields to alerts.
I have an alert with a text field, and I was wondering if anyone knew how to make it work in landscape.
|
OK. You need to specifically force the orientation. try something like this.
[[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationLand scapeRight animated:NO];