CPCameraOrientationMode
enum CPCameraOrientationMode : NSInteger {}
enum class for Camera Modes
- CAMERA_ORIENTATION_USES_NONE,
- CAMERA_ORIENTATION_USES_DEVICE,
CAMERA_ORIENTATION_USES_STATUS_BAR
Since
1.0.0
-
Doesn’t react to the orientation changes
Declaration
Objective-C
CAMERA_ORIENTATION_USES_NONE
-
Reacts to the device orientation changes
Declaration
Objective-C
CAMERA_ORIENTATION_USES_DEVICE
-
Reacts to the status bar orientation changes
Declaration
Objective-C
CAMERA_ORIENTATION_USES_STATUS_BAR