rm
This commit is contained in:
parent
5c23e80429
commit
3872591d50
@ -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 {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user