Questions tagged [tttattributedlabel]

TTTAttributedLabel is "a drop-in replacement for UILabel that supports attributes, data detectors, links, and more".

TTTAttributedLabel is "a drop-in replacement for UILabel that supports attributes, data detectors, links, and more".

Further links:

78 questions
0
votes
2 answers

How to make truncationTokenString of TTTAttributedLabel a link?

I have a custom UITableViewCell with a TTTAttributedLabel (https://github.com/mattt/TTTAttributedLabel) for iOS 6.1. I am using the truncationtokenstring property of the TTTAttributedLabel to format the ending (by default an ellipsis ...), when text…
anon
  • 281
  • 3
  • 4
0
votes
1 answer

Make UILabel Text Clickable

I want to make clickable some specific text on UILabel e.g: @"Lorem Ipsum is simply dummy text of the printing bla bla" In this string "Ipsum,dummy,printing" should be clickable and also its color should be change. I tried this with…
garry007
  • 49
  • 9
-1
votes
2 answers

How to check if TTTAttributedLabel is currently truncated

I need a way to check whether a TTTAttributedLabel (https://github.com/TTTAttributedLabel/TTTAttributedLabel) is truncated or not and perform custom logic depending on that. I am looking for some hypothetical property like BOOL isTruncated. How do I…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
1 2 3 4 5
6