When my app needs to access the user's photo library for the first time, they are shown these three options:
How can I check if the user has chosen the "Select Photos..." option?
PHPhotoLibrary.authorizationStatus()
will have the status PHAuthorizationStatus.authorized
if you select both "Select Photos..." or "Allow Access to All Photos" and I can't find a way of knowing it is the "Select Photos..." option.