When UITextView dataDetectorTypes is enabled, all links in the text does look clickable. But any "short links" like (http://bit.ly/link) are not clickable (even though the UITextView does draw them as links).
Is there any way to add/modify the detection algorithm to make also these links clickable? (In a way that does not use private APIs and the app can still be submitted to the app store).