美文网首页
UILabel后添加标签(图片,UIView)

UILabel后添加标签(图片,UIView)

作者: 陈鸿禧 | 来源:发表于2016-08-24 10:57 被阅读96次

    statusButton.titleLabel.text = statusText;[statusButton setTitle:statusText forState:UIControlStateNormal];[statusButton sizeToFit];[attrTitle addAttribute:NSFontAttributeName value:kThinFontWithSize(FONTSIZE_LITTLE) range:NSMakeRange(0, [attrTitle length])];NSMutableAttributedString *attachText = [NSMutableAttributedString yy_attachmentStringWithContent:statusButton contentMode:UIViewContentModeCenter attachmentSize:statusButton.size alignToFont:kThinFontWithSize(FONTSIZE_LITTLE) alignment:YYTextVerticalAlignmentCenter];[attrTitle appendAttributedString:attachText];_titleLabel.attributedText = attrTitle;

    相关文章

      网友评论

          本文标题:UILabel后添加标签(图片,UIView)

          本文链接:https://www.haomeiwen.com/subject/uvansttx.html