views:

9

answers:

0

In my application I have a UIViewController that opens a UIImagePickerController using presentModalViewController. The image picker appears to disallow orientations other than UIDeviceOrientationPortrait, which is fine.

However, it appears that if I rotate the device to landscape, the status bar rotates despite the fact that the UIImagePickerController is not supposed to be rotatable (see screenshot). How can I prevent this?

alt text