Is there a way to get notified when I want to show a UIImagePickerController but the user does not allow my app to access the photo library.
Or can I somehow get the information if the user said yes or no when they get presented the popup if they want allow this app to access the photo library.
So I can show a UIActionSheet to inform the user what I am going to do with the picture?