I have a UITextView which is managed via Interface Builder. As data detection I have \"Links\" checked. In iOS 6 everything is working fine and links are highli
UITextView
Make the scrolling property of UITextView to No. it will work... Self.textView.ScrollingEnable = NO;