You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
iOS 14 adds a new authorization status beyond .authorized, .denied, .restricted of .limited. In requiresPhotoAuthorization() a compiler warning is raised that the switch is not exhaustive.
Constraints and Assumptions
If a user selects .limited the library should still work.
The text was updated successfully, but these errors were encountered:
Feature Proposal
iOS 14 adds a new authorization status beyond .authorized, .denied, .restricted of .limited. In requiresPhotoAuthorization() a compiler warning is raised that the switch is not exhaustive.
Constraints and Assumptions
If a user selects .limited the library should still work.
The text was updated successfully, but these errors were encountered: