From dcf766a2676114794f3aee840afc90ebd6395e87 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 26 May 2023 16:18:21 -0500 Subject: [PATCH] updated comments on Control Signed-off-by: Matt Bruce --- VDS/Classes/Control.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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