State

extension UIControl.State: _ControlStateStringConvertible
extension UIControl.State: Defaultable, Enableable
extension UIControl.State: Hashable
  • Undocumented

    Declaration

    Swift

    public static var enabled: UIControl.State { get }
  • Undocumented

    Declaration

    Swift

    public static let readOnly: UIControl.State
  • The default state is normal.

    Declaration

    Swift

    public static let `default`: UIControlState
  • The default enabled state is normal.

    Declaration

    Swift

    public static let defaultEnabled: UIControlState
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)