I need an image picker that supports multiple selections for writing an app, something like Photos.
I have found out some solutions by searching, the problem is, choosing the best one. I thought it's much better to ask some experts.
List of solutions:
- Using
ALAssetsLibrary
. The problem: as far as I read, it reads the user's geolocation and ask for permission, which I don't want. - Using Apple API
- Using
ELCImagePickerController
. The problem: I've read that it crashes when there are more than about 100 photos. - Using
AGImagePickerController
. The problem: new release (Mar 12, 2012), lack of enough reviews and maybe unknown problems.
Do you agree about these problems? Is there any other solution? Which of the above is the best one to use?