migueljuan
migueljuan

Reputation: 469

Is there a way to select photos in a specific directory with UIImagePickerController

I'd like to select photos from a directory in my application's sandbox with UIImagePickerControllerSourceTypePhotoLibrary as a source, instead of selecting from the standard photo library. Does anyone know if this is possible?

Upvotes: 0

Views: 85

Answers (1)

Daniel
Daniel

Reputation: 22395

No its not...Youll have to create your own kind of picker for that

Upvotes: 3

Related Questions