AdjustmentControlView

public class AdjustmentControlView : UIView
extension AdjustmentControlView: ControlSliderDelegate

Undocumented

  • Adjustments that can be controlled via this view. Used to set the tag field of the view so the delegate can disambiguate between different adjustments.

    See more

    Declaration

    Swift

    public enum Variant : Int
  • Delegate for handling changes to the adjustment intensity slider.

    Declaration

    Swift

    public weak var delegate: AdjustmentControlViewDelegate?
  • The intensity of the adjustment according to the control’s slider’s value.

    Declaration

    Swift

    public var intensityValue: Float { get set }

Views

  • Primary label for the control.

    Declaration

    Swift

    public let primaryLabel: UILabel
  • Secondary label for the control.

    Declaration

    Swift

    public let secondaryLabel: UILabel

Init

  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public override func layoutSubviews()
  • Undocumented

    Declaration

    Swift

    public override var intrinsicContentSize: CGSize { get }

Control Slider Delegate