Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

arnieterm

macrumors regular
Original poster
Aug 28, 2008
201
0
For an Iphone app i want to show certain labels and buttons text as underlined.
In order to show bulleted text, I make use of below given code
Code:
NSString *bulletSymbol = [NSString stringWithFormat:@"%C", 0x2219];
label.text =  [bulletSymbol stringByAppendingString:	@"Label"];
Does there exists any similar thing for underlining the text in labels and buttons?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.