State
extension UIControl.State: @retroactive CustomStringConvertible
extension UIControl.State: Defaultable, Enableable
extension UIControl.State: Swift.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)