版权声明:本文为博主原创文章,未经博主允许不得转载。 https://cloud.tencent.com/developer/article/1337813
NSString *textStr = @"我是中国人我来大家来看啊大家块钱哦呢啊分开了撒酒疯撒撒两放假拉屎在。,厦门 vv撒了见风使舵。";
UILabel *openMicPrivilegeTipsLabel = [UILabel alloc initWithFrame:CGRectMake(starX + 10, starY, textSize.width, textSize.height)];
openMicPrivilegeTipsLabel.text = textStr;
openMicPrivilegeTipsLabel.textColor = UIColor whiteColor;
openMicPrivilegeTipsLabel.font = Font13;
openMicPrivilegeTipsLabel.numberOfLines = 0;
// 调整行间距
NSMutableAttributedString *attributedString = [NSMutableAttributedString alloc initWithString:textStr];
NSMutableParagraphStyle *paragraphStyle = [NSMutableParagraphStyle alloc init];
paragraphStyle setLineSpacing:6;
[attributedString addAttribute:NSParagraphStyleAttributeName value:paragraphStyle range:NSMakeRange(0, textStr length)];
openMicPrivilegeTipsLabel.attributedText = attributedString;
topView addSubview:openMicPrivilegeTipsLabel;
openMicPrivilegeTipsLabel sizeToFit;
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有