CameraControlButton
public enum CameraControlButton
The camera buttons available for the controlButtons.
-
A button with a cross. Pressing it dismisses the controller.

Declaration
Swift
case cross -
A button with a rotation circle. Pressing it reverses the camera from the front facing to back facing or vise versa.

Declaration
Swift
case reverse -
A button with a sun. Pressing it displays a brightness slider that can adjust the camera brightness.

Declaration
Swift
case brightness -
A button with either a square or rectangle. Pressing it switches the camera from a square ratio to rectangular ratio or vice versa.

Declaration
Swift
case square -
A button with a bolt surrounded by a circle. Pressing it enables or disables the flash.

Declaration
Swift
case flash -
An empty button that can be used as a spacer.
Declaration
Swift
case spacer
View on GitHub
CameraControlButton Enumeration Reference