To add to Luke's comment, changing the supported orientations as reported by -shouldAutorotateToInterfaceOrientation: is not enough to actually provide support for different orientations. Doing this to the view controllers that we provide is generally not going to do what you want (as you've already discovered).

On Sep 10, 2009, at 8:32 AM, Luke the Hiesterman wrote:

You're better off filing a feature request for a landscape image picker. Honestly, though, I don't see landscape as an orientation that makes sense for picking images on the phone.

On Sep 10, 2009, at 8:10 AM, Development wrote:

I'm working on an app that is in landscapeleft mode most of the time. I need to be able to pick an image but even after subclassing the imagepickercontroller and returning yes for the -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) toInterfaceOrientation when the orientation is landscape the imagePicker is displayed in portrait. I have attempted to maunally rotate the view but I get unpredictable image selection results. This is my rotation code:

--
David Duncan
Apple DTS Animation and Printing

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to