1

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?

BObereder
  • 1,046
  • 1
  • 13
  • 29

1 Answers1

2

You can save the answer into NSUserDefaults and then later gather this info to choose what should be presented to the user.

lolkyfan
  • 21
  • 1