Created
July 18, 2014 19:24
-
-
Save rais38/6d8f1b49da73e6fab743 to your computer and use it in GitHub Desktop.
UITextViews in a UITableView link detection bug in iOS 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://stackoverflow.com/a/23119866/1379492 | |
- (void)prepareForReuse | |
{ | |
[super prepareForReuse]; | |
self.textView.editable = YES; | |
self.textView.editable = NO; | |
self.textView.text = nil; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment