removed code that was in base

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-08-01 11:14:33 -05:00
parent 4561050dca
commit 59f6ed0e7a
2 changed files with 0 additions and 10 deletions

View File

@ -182,11 +182,6 @@ extension Tabs {
addBorder(side: indicatorSide, width: indicatorWidth, color: indicatorColorConfiguration.getColor(self))
}
}
open override func accessibilityActivate() -> Bool {
sendActions(for: .touchUpInside)
return true
}
}
}

View File

@ -249,11 +249,6 @@ open class Toggle: Control, Changeable {
}
}
open override func accessibilityActivate() -> Bool {
sendActions(for: .touchUpInside)
return true
}
open override var intrinsicContentSize: CGSize {
if showLabel {
label.sizeToFit()