Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (uilabel)
Viewing all articles
Browse latest Browse all 3

UILabel setLineSpacing

$
0
0

iOS 6 or higher gives us the opertunity to style a UILabel with a custom line spacing. Is there someone who can help me to create/implement this in the TiUILabel.m class?

We can take this as a start:

NSMutableParagraphStyle *paragrahStyle = [[NSMutableParagraphStyle alloc] init];
 [paragrahStyle setLineSpacing:40];
 [attributedString addAttribute:NSParagraphStyleAttributeName value:paragrahStyle range:NSMakeRange(0, [labelText length])];
 
 cell.label.attributedText = attributedString ;

Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>