Questions tagged [ttstyledtextlabel]

20 questions
0
votes
1 answer

TTStyledTextLabel

I'm trying to get this control to work with a hypertext link with not much success. I have looked at TTCalaog and tried to replecate but does not work. I have this working as far as displaying the hypertext link but it does not…
user7865437
  • 812
  • 14
  • 28
0
votes
1 answer

Display A TTStyledTextLabel in a UITableView

How can I set a TTStyledTextLabel inside of a UITableView. Each TTStyledTextLabel contains Some parsed HTML. Heres what I have I realize its probably completely wrong. TTStyledTextLabel* label = [[TTStyledTextLabel alloc]…
endy
  • 3,872
  • 5
  • 29
  • 43
0
votes
1 answer

TTStyledTextLabel opening a URL [Open]

I am trying to open url using TTStyledTextLabel. I searched but found that I have to append this in my string. Tried but it still not working. TTStyledTextLabel *tnc = ....; NSString *message = @"My message"; message =…
JiteshW
  • 2,195
  • 4
  • 32
  • 61
0
votes
2 answers

Is it possible to make UIWebView load a html string but act like a UILabel

TTStyledTextLabel is exactly what I want, but I don't want to add all Three20 project just for this only one function. Any suggestions?
camelcc
  • 222
  • 4
  • 9
0
votes
1 answer

How to style the text of a UITableViewCell?

How to style the text of a UITableViewCell using Three20 TTStyledTextLabel ? I tried : TTStyledTextLabel* label = [[[TTStyledTextLabel alloc] initWithFrame:CGRectMake(0, 0, 300, 60)] autorelease]; NSInteger i = ...; NSString *s = [NSString…
Alexis
  • 16,629
  • 17
  • 62
  • 107
1
2