CameraActionsView
public class CameraActionsView : UIView
Undocumented
-
Button to flip camera input position
Declaration
Swift
public lazy var flipCameraButton: UIButton { get set }
-
Undocumented
Declaration
Swift
public lazy var flashToggleButtonBaseSelectedImage: UIImage? { get set }
-
View with buttons to enable/disable flash and switch between system flash and ring light.
Declaration
Swift
public lazy var flashActionView: CameraConfigurableActionView { get set }
-
Sets up the flash toggle button for front flash.
Declaration
Swift
public func setupFlashToggleButtonForFront()
-
Sets up the flash toggle button for back flash.
Declaration
Swift
public func setupFlashToggleButtonForBack()
-
View with buttons to enable/disable the tone map adjustment and control the intensity of the adjustment.
Declaration
Swift
public lazy var toneMapActionView: CameraConfigurableActionView { get set }
-
View with buttons to enable/disable the portrait adjustment and control the intensity of the adjustment.
Declaration
Swift
public lazy var portraitActionView: CameraConfigurableActionView { get set }
-
Stack view used to arrange the view’s buttons.
Declaration
Swift
public lazy var buttonStackView: UIStackView { get set }
-
Hide all camera actions except camera flip while recording.
Declaration
Swift
public func collapse()
-
Unhide all camera actions that were hidden as a result of a call to
collapse
.Declaration
Swift
public func expand()
-
Undocumented
Declaration
Swift
public override init(frame: CGRect)
-
Undocumented
Declaration
Swift
public override func layoutSubviews()