fixed bug in selector base
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
42a469aec9
commit
a04f9a14df
@ -114,6 +114,12 @@ open class SelectorBase: Control, SelectorControlable {
|
||||
accessibilityTraits = .button
|
||||
}
|
||||
|
||||
open override func updateView() {
|
||||
super.updateView()
|
||||
setNeedsLayout()
|
||||
layoutIfNeeded()
|
||||
}
|
||||
|
||||
/// Used to update any Accessibility properties.ß
|
||||
open override func updateAccessibility() {
|
||||
super.updateAccessibility()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user