fixed bug in naming
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
f002907c2f
commit
3c2ea29330
@ -158,7 +158,7 @@ open class SelectorBase<ModelType: SelectorModel>: Control<ModelType>, Changable
|
||||
|
||||
open override func setup() {
|
||||
super.setup()
|
||||
self.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(Checkbox.toggleAndAction)))
|
||||
self.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(Self.toggleAndAction)))
|
||||
|
||||
isAccessibilityElement = true
|
||||
accessibilityTraits = .button
|
||||
|
||||
Loading…
Reference in New Issue
Block a user