uzysjung / UzysAssetsPickerController

Alternative UIImagePickerController , You can take a picture with camera and pick multiple photos and videos
MIT License
721 stars 144 forks source link

Picture select in second time. #56

Closed MrVokie closed 9 years ago

MrVokie commented 9 years ago

Here is a question: I selected two pictures at first time. is that possible to make the two pictures are selected when I enter the picture select view controller again?

uzysjung commented 9 years ago

Yes, it possible if you save selected pictures asset url and need to customize

MrVokie commented 9 years ago

I don't have found the sample code In your project. how to save asset url? how to customize?

uzysjung commented 9 years ago

there's no example. if you refer to codes that select photo after taking photo, you can make it.

MrVokie commented 9 years ago

thanks a lot. I am reading your source code for more help.

uzysjung commented 9 years ago

it will help you. check this out. (void)saveAssetsAction:(NSURL )assetURL error:(NSError )error isPhoto:(BOOL)isPhoto