Detect Tap On Image's Attached In NSAttributedString While UITextVIew Editing Is True
问题 I'm using Below method for detecting taps on image in UITextView . `func textView(_ textView: UITextView, shouldInteractWith textAttachment: NSTextAttachment, in characterRange: NSRange, interaction: UITextItemInteraction) -> Bool` This method only call when textView.isEditable = false . So then i add UITapGestureRecognizer on UITextView and it calls when user tap on image inside UITextView . But that point i don't know how i can detect on which image user tap if there is more than one inside