tttattributedlabel Questions
7
Solved
I am using a TTTAttributedLabel in my project. I have managed to change the default color and underlining for any link that I create by modifying the link attributes.
NSArray *pKeys = [[NSArray al...
Bugs asked 9/2, 2015 at 14:16
6
Solved
I need the text of a UILabel to be black, but have a light gray underline under the text. Is this possible with NSAttributedString or TTTAttributedLabel? Or is custom drawing using Core Graphics ne...
Piling asked 15/3, 2014 at 5:24
6
Solved
There is container view and a UITapGestureRecognizer on it. And it also has a subview which kind of TTTAttributedLabel.
When I remove the gesture recognizer from the container view, the delegate m...
Spikes asked 12/3, 2014 at 7:42
5
Solved
I want to use TTTAttributedLabel to detect the link of the text in the Label of UITableViewCell, but it doesn't work. I'm using swift with iOS8. below is UITableViewCell code:
class StoryTableView...
Moriyama asked 22/10, 2014 at 3:1
2
I want to make a UILabel with some text with a click-able links in it. Not links to webpages but to actions like I do with an UIButton. So I used TTTAttributedLabel which is working perfectly with ...
Proctoscope asked 9/12, 2014 at 15:21
1
I am building a chat app and for performance reasons I need to use UILabel's instead of UITextView's to display the chat messages. I have previously used TextView's but with data detection on the s...
Ovule asked 15/2, 2017 at 4:19
2
Solved
I've been looking into a solution to getting clickable links working. I can get this working when using UITextView + NSAttributedString but it just doesn't autolayout properly when it's a UITableVi...
Berserk asked 2/7, 2015 at 8:34
1
Solved
I have a weird problem: I have a TTTAttributedLabel with a link in it:
The name "bryan"is the link. When a UIAlertView is presented over this label, the font of the link changes:
As you can s...
Underwriter asked 21/10, 2015 at 0:8
2
Solved
I've added a link detector to TTTAttributedLabel that identifies @mentions and #hashtags and creates a link at that position in my TTTAttributedLabel instance:
- (void)highlightMentionsInString:(N...
Merari asked 10/3, 2014 at 22:41
1
I've been having some issues while using TTTAttributedLabel. Sometimes a given URL doesn't get coloured as a link nor does it react to touch. However, this is solved by scrolling down and up, so by...
Library asked 6/3, 2014 at 1:46
1
© 2022 - 2024 — McMap. All rights reserved.