Created
May 31, 2021 10:18
-
-
Save iosdevie/aa5ea1bab9e397f11a48743ab770926f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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