authorizationStatus()
Returns photo data authorization status for this application.
Declaration
class func authorizationStatus() -> ALAuthorizationStatusReturn Value
Photo data authorization status for this application. For the constants returned, see ALAuthorizationStatus.
Discussion
This method does not prompt the user for access.
You can use it to detect restricted access and simply hide UI instead of prompting for access.