Enableable

public protocol Enableable

A type that defines a control state when it is user-interaction enabled.

Not typically used by application developers.

  • The control state in effect when control is in enabled mode.

    Declaration

    Swift

    static var defaultEnabled: Self { get }