This commit is contained in:
Kevin G Christiano 2021-02-01 14:28:21 -05:00
parent 5c23e80429
commit 3872591d50

View File

@ -96,10 +96,6 @@ public typealias ActionBlock = () -> ()
accessibilityCustomActions = []
accessibilityTraits = .staticText
// if #available(iOS 14.0, *) {
// lineBreakStrategy = .init()
// }
let tapGesture = UITapGestureRecognizer(target: self, action: #selector(textLinkTapped))
tapGesture.numberOfTapsRequired = 1
addGestureRecognizer(tapGesture)
@ -916,8 +912,6 @@ extension Label {
}
}
// MARK: -
extension UITapGestureRecognizer {