diff --git a/VDS/Classes/Control.swift b/VDS/Classes/Control.swift index 7e619aba..0ca1715f 100644 --- a/VDS/Classes/Control.swift +++ b/VDS/Classes/Control.swift @@ -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