You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
cool class, very lean and does the job. I encountered a small issue when using this in a UITableView.
Some random text seemed to be highlighted as link. It seems the markers are not cleared properly, so I added
[self.markers removeAllObjects];
in the "processtext" method (class FTCoreTextView).
The text was updated successfully, but these errors were encountered:
Hi thomashk,
The class parsing method has been rewritten and thus I think we don't have the problem you describe anymore, though we still haven't used our class in a table view. Please tell us if you find any more bugs, it's very much appreciated :)
Cheers,
Baldoph
@ThomasHK , @baldoph i am using this to write text in a uitableview but everytime i scroll to a point where a uitableview cell must be reused, the textview writes overtop of itself, as if it isnt releasing...how can i overcome this issue, i am using ftcoretext as a static library in an ARC project.
Hi,
cool class, very lean and does the job. I encountered a small issue when using this in a UITableView.
Some random text seemed to be highlighted as link. It seems the markers are not cleared properly, so I added
[self.markers removeAllObjects];
in the "processtext" method (class FTCoreTextView).
The text was updated successfully, but these errors were encountered: