Project

General

Profile

BitmapToolkit Scol plugin
CameraPermissionIOS.h File Reference

Go to the source code of this file.

Functions

void CheckCameraPermission ()
 Prompts the user with a camera permission dialog if this is the first time the app is run.
 
void CheckCameraPermissionBis ()
 Prompts the user with a camera permission dialog if this is the first time the app is run. Alternative method, supports only iOS 7 and up, left here just for reference.
 

Function Documentation

◆ CheckCameraPermission()

void CheckCameraPermission ( )

Prompts the user with a camera permission dialog if this is the first time the app is run.

Definition at line 13 of file CameraPermissionIOS.mm.

◆ CheckCameraPermissionBis()

void CheckCameraPermissionBis ( )

Prompts the user with a camera permission dialog if this is the first time the app is run. Alternative method, supports only iOS 7 and up, left here just for reference.

Definition at line 41 of file CameraPermissionIOS.mm.