If you have previously given access to the photos, but not to the camera, Gallery never asks for permission to access the camera. Before adopting Gallery, the app may not have used the camera and never asked for permissions for it and only asked for permission to access photos.
|
func makePagesController() -> PagesController? { |
|
guard Permission.Photos.status == .authorized else { |
|
return nil |
|
} |
Possibly related: #79.