SebastianThiebaud / STTweetLabel

Deprecated - A UILabel with #hashtag @handle and links tappable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Texts Bug.

RyanTLX opened this issue · comments

Can be reproduced using the example project.

[tweetLabel setText:@"@username #tag www.google.com"];

ios simulator screen shot 12 apr 2014 1 50 22 pm

works as intended. But

[tweetLabel setText:@"Test @username #tag www.google.com"];

ios simulator screen shot 12 apr 2014 1 50 16 pm

only shows www.google.com.

This bug surfaced in the recent v3.1.10. (Also note that the height is just a tad but shorter than it should be. You can see that the "g" is being cut off.)

Should be related to #96. Please close if 3.1.11 fixes the issue.

It's fixed. Great!