removed code that was in base
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
4561050dca
commit
59f6ed0e7a
@ -182,11 +182,6 @@ extension Tabs {
|
|||||||
addBorder(side: indicatorSide, width: indicatorWidth, color: indicatorColorConfiguration.getColor(self))
|
addBorder(side: indicatorSide, width: indicatorWidth, color: indicatorColorConfiguration.getColor(self))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
open override func accessibilityActivate() -> Bool {
|
|
||||||
sendActions(for: .touchUpInside)
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -249,11 +249,6 @@ open class Toggle: Control, Changeable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
open override func accessibilityActivate() -> Bool {
|
|
||||||
sendActions(for: .touchUpInside)
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
open override var intrinsicContentSize: CGSize {
|
open override var intrinsicContentSize: CGSize {
|
||||||
if showLabel {
|
if showLabel {
|
||||||
label.sizeToFit()
|
label.sizeToFit()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user