added readonly
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
0a9924f46c
commit
8e0287c8fd
@ -15,4 +15,7 @@ extension UIControl.State {
|
|||||||
|
|
||||||
/// State for Success
|
/// State for Success
|
||||||
public static var success = UIControl.State(rawValue: 1 << 17)
|
public static var success = UIControl.State(rawValue: 1 << 17)
|
||||||
|
|
||||||
|
/// State for Success
|
||||||
|
public static var readonly = UIControl.State(rawValue: 1 << 18)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user