updated comments on Control
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
c9ae6b0954
commit
dcf766a267
@ -132,6 +132,7 @@ open class Control: UIControl, Handlerable, ViewProtocol, Resettable, UserInfoab
|
||||
updateAccessibilityLabel()
|
||||
}
|
||||
|
||||
/// Used to update any Accessibility properties
|
||||
open func updateAccessibilityLabel() {
|
||||
|
||||
}
|
||||
@ -143,7 +144,6 @@ open class Control: UIControl, Handlerable, ViewProtocol, Resettable, UserInfoab
|
||||
disabled = false
|
||||
}
|
||||
|
||||
// MARK: - ViewProtocol
|
||||
/// Will be called only once and should be overridden in subclasses to setup UI or defaults
|
||||
open func setup() {
|
||||
backgroundColor = .clear
|
||||
|
||||
Loading…
Reference in New Issue
Block a user