阅读背景:

调整Label的行间距

来源:互联网 
- (void)layoutSubviews {
    [super layoutSubviews];
    NSMutableAttributedString *attributedString = [[NSMutableAttributedString alloc]initWithString:self.sharedContext.text];;
    NSMutableParagraphStyle *paragraphStyle = [[NSMutableParagraphStyle alloc]init];
    [paragraphStyle setLineSpacing:6];
    [attributedString addAttribute:NSParagraphStyleAttributeName value:paragraphStyle range:NSMakeRange(0, self.sharedContext.text.length)];
    self.sharedContext.attributedText = attributedString;
}- (void)layoutSubviews {
    [super layoutSubvi



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: