views:

29

answers:

1

Is there a way to show the UIImagePickerController photo library interface such that when it comes up it starts at the bottom of the library which is where the newest images are in iOS4? Apparently this is how it worked in 3.x.

Thanks

A: 

Hi,

I'm not too familiar with iOS dev, but looking at the doc for this @ Apple: http://developer.apple.com/iphone/library/documentation/uikit/reference/UIImagePickerController_Class/UIImagePickerController/UIImagePickerController.html

I don't see any way you can do this in one go.

Did you try simply scrolling down after loading the image picker? Or is that not possible?

Sorry, just throwing ideas out there.

Cheers,

Trefex
Yea I can't see any indication that its possible either. Currently you can just scroll down but a user pointed out that back in 3.1x you started at newest 1st and was wondering if this was a setting I could toggle.
Shizam
Ye that would be nice to know.Ah well, maybe you'll be lucky if somebody else knows :)
Trefex