UITextViews in a UITableView link detection bug in iOS 7

This appears to be a bug in iOS 7.0’s UITextViews. A similar question has a workaround which seems to help: set the text view’s text to nil before setting it to the new text string.

Leave a Comment