Skip to content

Instantly share code, notes, and snippets.

@sTinGe
Last active May 27, 2018 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sTinGe/b71d0549c355ec245e0bd878a1b9a3f9 to your computer and use it in GitHub Desktop.
Save sTinGe/b71d0549c355ec245e0bd878a1b9a3f9 to your computer and use it in GitHub Desktop.
import AVFoundation
func cameraOn() {
AVCaptureDevice.requestAccess(for: .video, completionHandler: { granted in
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment