码迷,mamicode.com
首页 > 其他好文 > 详细

label增加行距

时间:2019-09-02 17:08:21      阅读:63      评论:0      收藏:0      [点我收藏+]

标签:txt   rap   discover   style   att   eal   attribute   over   ext   

NSMutableAttributedString*attributedText = [[NSMutableAttributedStringalloc]initWithString:discoverModel.zy];

NSMutableParagraphStyle*style = [[NSMutableParagraphStylealloc]init];

style.lineSpacing=3;

[attributedTextaddAttribute:NSParagraphStyleAttributeNamevalue:stylerange:NSMakeRange(0, [discoverModel.zylength])];

self.txtLabel.attributedText= attributedText;

label增加行距

标签:txt   rap   discover   style   att   eal   attribute   over   ext   

原文地址:https://www.cnblogs.com/zhengweifang/p/11447388.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!