In my application I want to add UIview as a subview on AppDelegate.Window. UIView frame is (0,0,1024,768). After adding view on window it covers only half of the screen.
What I understood is view dimensions are screen landscape dimensions. Window is in portrait mode.