added isHighlighted
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
17eab88549
commit
372dd0cfd0
@ -29,6 +29,8 @@ open class Control: UIControl, Handlerable, ViewProtocol, Resettable {
|
||||
|
||||
open override var isSelected: Bool { didSet { didChange() } }
|
||||
|
||||
open override var isHighlighted: Bool { didSet { updateView() } }
|
||||
|
||||
open override var isEnabled: Bool {
|
||||
get { !disabled }
|
||||
set {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user