rm
This commit is contained in:
parent
5c23e80429
commit
3872591d50
@ -96,10 +96,6 @@ public typealias ActionBlock = () -> ()
|
|||||||
accessibilityCustomActions = []
|
accessibilityCustomActions = []
|
||||||
accessibilityTraits = .staticText
|
accessibilityTraits = .staticText
|
||||||
|
|
||||||
// if #available(iOS 14.0, *) {
|
|
||||||
// lineBreakStrategy = .init()
|
|
||||||
// }
|
|
||||||
|
|
||||||
let tapGesture = UITapGestureRecognizer(target: self, action: #selector(textLinkTapped))
|
let tapGesture = UITapGestureRecognizer(target: self, action: #selector(textLinkTapped))
|
||||||
tapGesture.numberOfTapsRequired = 1
|
tapGesture.numberOfTapsRequired = 1
|
||||||
addGestureRecognizer(tapGesture)
|
addGestureRecognizer(tapGesture)
|
||||||
@ -916,8 +912,6 @@ extension Label {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// MARK: -
|
// MARK: -
|
||||||
extension UITapGestureRecognizer {
|
extension UITapGestureRecognizer {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user