Skip to content

Instantly share code, notes, and snippets.

@hashaam
Last active August 16, 2020 16:53
Show Gist options
  • Save hashaam/d6c83ebf3ede245a4a6be0fcc31b6b6b to your computer and use it in GitHub Desktop.
Save hashaam/d6c83ebf3ede245a4a6be0fcc31b6b6b to your computer and use it in GitHub Desktop.
// Youtube: https://www.youtube.com/watch?v=7AlZxClmhPw
// Source: https://hashaam.com/2020/07/30/creating-camera-application-with-avfoundation/
extension LaunchViewController: RequestCameraAuthorizationViewDelegate {
func requestCameraAuthorizationActionButtonTapped() {
requestCameraAuthorization()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment