Possible Duplicate:
Orientation in a UIView added to a UIWindow
When I am adding my loading view as subview using [[[UIApplication sharedApplication] keyWindow] addSubview:myView.view]
(so that it comes on the top of all the views) the orientation of the view is showing in portrait even though my app is locked to landscape. When I add directly as add subview this doesn't happen.
Any idea why where I am going wrong?