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

Doesnt work on iOS 11 since it uses Photos Framework and not ALAsset Framework. #70

Open paragdulam opened 6 years ago

paragdulam commented 6 years ago

Am working on integrating Photos Framework on my fork. Will create a Merge Request once done.

croozeus commented 6 years ago

Any update on this?

paragdulam commented 6 years ago

Am done with images integration but yet to be done with Videos integration, Will create a merge request once done.

croozeus commented 6 years ago

Ok, thanks for the update. I ended up customizing ELCImagePicker for my immediate requirement.