AdjustmentControlView
@MainActor
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 moreDeclaration
Swift
public enum Variant : Int
-
Delegate for handling changes to the adjustment intensity slider.
Declaration
Swift
@MainActor public weak var delegate: AdjustmentControlViewDelegate?
-
The intensity of the adjustment according to the control’s slider’s value.
Declaration
Swift
@MainActor public var intensityValue: Float { get set }
-
Primary label for the control.
Declaration
Swift
@MainActor public let primaryLabel: UILabel
-
Secondary label for the control.
Declaration
Swift
@MainActor public let secondaryLabel: UILabel
-
Undocumented
Declaration
Swift
@MainActor override public init(frame: CGRect)
-
Undocumented
Declaration
Swift
@MainActor override public func layoutSubviews()
-
Undocumented
Declaration
Swift
@MainActor override public var intrinsicContentSize: CGSize { get }
-
Declaration
Swift
@MainActor public func controlSlider(_ slider: ControlSlider, updatedValue value: Float, done: Bool)