FlashModeSelectionView

@MainActor
public class FlashModeSelectionView : UIView

Undocumented

  • Delegate for handling update’s to the selected flash mode in the view.

    Declaration

    Swift

    @MainActor
    public weak var delegate: FlashModeSelectionViewDelegate?
  • The current FlashMode that is selected in the view.

    Declaration

    Swift

    @MainActor
    public var flashMode: CameraController.FlashMode { get set }

Init

  • Undocumented

    Declaration

    Swift

    @MainActor
    override public init(frame: CGRect)