I set the clickable link to UITextView by setting NSAttributedString .link type.
on iOS 13, if the user starts to touch the clickable part will trigger the UITextView Delegate Method(instead of touchUpInside).
on the lower iOS version, user touchUpInside will trigger the Delegate which is right
I write an easy demo to reproduce this issue, Please check this repo https://github.com/RandallWang/iOS13TextViewDemo
=============
Update: This seems like an iOS 13 bug, On apple Podcasts, every link in Episode Notes have the same issue
=============
Update: iOS 13.2 fix this bug