`
374016526
  • 浏览: 95402 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
阅读更多

 

使用方式:

NSString *t = [NSStringstringWithFormat:@"<a href=http://www.baidu.com ><font size = 22 color=#001100>百度 </font></a>"];

 

    RTLabelComponentsStructure *componentsDS = [RCURLLabelextractTextStyle:t];

    RCURLLabel *contentlbl = [[RCURLLabel alloc] initWithFrame:CGRectMake(10, 10, 300, 10)];

    contentlbl.componentsAndPlainText = componentsDS;

    [self addSubview:contentlbl];

    

    CGSize optimumSize = [contentlbl optimumSize];

    CGRect frame = [contentlbl frame];

    frame.size.height = (int)optimumSize.height;

 

    [contentlbl setFrame:frame];

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics