FlashControlView

public class FlashControlView : UIView
extension FlashControlView: FlashModeSelectionViewDelegate
extension FlashControlView: ControlSliderDelegate
extension FlashControlView: RingLightColorSelectionViewDelegate

Undocumented

  • Delegate for handling changes to the view’s controls.

    Declaration

    Swift

    public weak var delegate: FlashControlViewDelegate?
  • The intensity of the ring light according to the control’s slider’s value.

    Declaration

    Swift

    public var ringLightIntensityValue: Float { get set }

Views

Init

  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public override var intrinsicContentSize: CGSize { get }

Flash Mode Selection View Delegate

Control Slider Delegate

Ring Light Color Selection View Delegate