码迷,mamicode.com
首页 > Web开发 > 详细

html5 请求的URL转成 OC可用属性字符串显示

时间:2015-09-16 15:48:41      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:

NSData *data = [NSData dataWithContentsOfURL:[NSURL URLWithString:helpUrlStr]];

 NSString *string = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];

    NSAttributedString *attributedString = [[NSAttributedString alloc] initWithData:[string dataUsingEncoding:NSUnicodeStringEncoding] options:@{ NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType } documentAttributes:nil error:nil];

    ruleTextView.attributedText = attributedString;

html5 请求的URL转成 OC可用属性字符串显示

标签:

原文地址:http://www.cnblogs.com/camillezlh/p/4813226.html

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