Variant

public enum Variant : Int

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.

  • Undocumented

    Declaration

    Swift

    case tone
  • Undocumented

    Declaration

    Swift

    case portrait
  • Text for the primary label of the control with the specified variant.

    Declaration

    Swift

    public var label: String { get }