I have custom UITableViewCells that contain a UITextView. I have link detection in the UITextView turned on in Interface Builder. When I first load the table view, everythin
textView.text = nil; textView.attributedText = nil; textView.attributedText = [[NSAttributedString alloc] initWithString:@"your new string"];