CameraControlButton

public enum CameraControlButton

The camera buttons available for the controlButtons.

  • A button with a cross. Pressing it dismisses the controller.

    Cross button

    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.

    Reverse button

    Declaration

    Swift

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

    Brightness button

    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.

    Square button Rectangle button

    Declaration

    Swift

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

    Flash button

    Declaration

    Swift

    case flash
  • An empty button that can be used as a spacer.

    Declaration

    Swift

    case spacer