Re: loading UIView in correct orientation

2012-08-18 Thread Matt Neuburg
On Fri, 03 Aug 2012 23:22:17 +0700, Gerriet M. Denkmann gerr...@mdenkmann.de said: I have a subclass of UIViewController which displays a small view in the center of the display. shouldAutorotateToInterfaceOrientation: returns YES. This view is only shown on demand. The problem: If the device

loading UIView in correct orientation

2012-08-03 Thread Gerriet M. Denkmann
I have a subclass of UIViewController which displays a small view in the center of the display. shouldAutorotateToInterfaceOrientation: returns YES. This view is only shown on demand. The problem: If the device is in Portrait-Up position when the ViewController is created then everything is

Re: loading UIView in correct orientation

2012-08-03 Thread David Duncan
On Aug 3, 2012, at 9:22 AM, Gerriet M. Denkmann gerr...@mdenkmann.de wrote: I have a subclass of UIViewController which displays a small view in the center of the display. shouldAutorotateToInterfaceOrientation: returns YES. This view is only shown on demand. The problem: If the