我有一个UITextView代表。
UITextView
委托对 URL 上的点击做出反应: textView(_ textView: UITextView, shouldInteractWith URL: URL, in characterRange: NSRange, interaction: UITextItemInteraction)
textView(_ textView: UITextView, shouldInteractWith URL: URL, in characterRange: NSRange, interaction: UITextItemInteraction)
这已经适用于 iOS 11,12 和 13,但它不适用于 iOS 14。有人知道可能发生了什么变化吗?
uitextview ios swift
ios ×1
swift ×1
uitextview ×1