I am developing an iPhone application. In this application, UIViewController (vc1) presents another UIViewController (vc2). vc1 supports both Portrait and Landscape orientations; vc2 supports only Portrait orientation.
- When vc2 is presented, it asks vc1: shouldAutorotateToInterfaceOrientation: and this returns YES 2.In iOS5(Beta 7) willRotateToInterfaceOrientation:, didRotateFromInterfaceOrientation: are not getting called for this sequence. But, this works fine in iOS4. Is this a bug in iOS5?
Thanks and Regards, Deepa