removed toggleview as accessible
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
f08f1672fb
commit
f2610016a7
@ -86,6 +86,7 @@ open class Toggle: Control, Changeable {
|
||||
open var toggleView = ToggleView().with {
|
||||
$0.setContentCompressionResistancePriority(.defaultHigh, for: .horizontal)
|
||||
$0.isUserInteractionEnabled = false
|
||||
$0.isAccessibilityElement = false
|
||||
}
|
||||
|
||||
open var label = Label().with {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user