I can see that some UITextViewDelegate methods are deprecated. Any Idea for the alternative of the following delegate method? Will there be a new alternative method in the future?
optional func textView( _ textView: UITextView, shouldInteractWith URL: URL, in characterRange: NSRange, interaction: UITextItemInteraction ) -> Bool