Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created May 31, 2021 10:18
Show Gist options
  • Select an option

  • Save iosdevie/aa5ea1bab9e397f11a48743ab770926f to your computer and use it in GitHub Desktop.

Select an option

Save iosdevie/aa5ea1bab9e397f11a48743ab770926f to your computer and use it in GitHub Desktop.
PHPhotoLibrary.requestAuthorization(for: .readWrite) { status in
switch status {
case .limited:
print("limited access granted")
default:
print("not implemented")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment