FlashModeSelectionView
public class FlashModeSelectionView : UIView
Undocumented
-
Delegate for handling update’s to the selected flash mode in the view.
Declaration
Swift
public weak var delegate: FlashModeSelectionViewDelegate?
-
The current FlashMode that is selected in the view.
Declaration
Swift
public var flashMode: CameraController.FlashMode { get set }
-
Undocumented
Declaration
Swift
public override init(frame: CGRect)