B-Sides / ELCImagePickerController

A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection
http://www.icodeblog.com
1.65k stars 469 forks source link

Show user-friendly error message if photo access permission is not granted by the user. #94

Closed ghost closed 10 years ago

ghost commented 10 years ago

Since iOS 8, access to ALAssetsLibrary requires permission from the user. Since it would be a common case for the user not to grant the access, we would like show a user-friendly error message. (http://pbrd.co/1nrPekV)