Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cool class, but has issue in a UITableView #1

Closed
ghost opened this issue Oct 25, 2011 · 3 comments
Closed

Cool class, but has issue in a UITableView #1

ghost opened this issue Oct 25, 2011 · 3 comments

Comments

@ghost
Copy link

ghost commented Oct 25, 2011

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).

@cescofry
Copy link
Contributor

Hi,
thank you for raising the issue, I'll have a look at it.
How does the FTCoreText view react in a table view in terms of performance?

@baldoph
Copy link
Contributor

baldoph commented Oct 31, 2011

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

@baldoph baldoph closed this as completed Oct 31, 2011
@nessalauren5
Copy link

@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.

Best,

Vanessa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants