updated comments on Control

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-05-26 16:18:21 -05:00
parent c9ae6b0954
commit dcf766a267

View File

@ -132,6 +132,7 @@ open class Control: UIControl, Handlerable, ViewProtocol, Resettable, UserInfoab
updateAccessibilityLabel() updateAccessibilityLabel()
} }
/// Used to update any Accessibility properties
open func updateAccessibilityLabel() { open func updateAccessibilityLabel() {
} }
@ -143,7 +144,6 @@ open class Control: UIControl, Handlerable, ViewProtocol, Resettable, UserInfoab
disabled = false disabled = false
} }
// MARK: - ViewProtocol
/// Will be called only once and should be overridden in subclasses to setup UI or defaults /// Will be called only once and should be overridden in subclasses to setup UI or defaults
open func setup() { open func setup() {
backgroundColor = .clear backgroundColor = .clear