applicationDidFinishLaunching
method:application.statusBarOrientation = UIInterfaceOrientationLandscapeRight;
application.statusBarOrientation = UIInterfaceOrientationLandscapeLeft;
This has several benefits:
- The status bar, keyboard, and alerts are oriented properly
- The iPhone simulator will orient itself properly