Date
Oct. 18th, 2024
 
2024年 9月 16日

Post: iOS: HTML 转 NSAttributedString

Today is the A Memorial Day

iOS: HTML 转 NSAttributedString

Published 12:10 Oct 20, 2014.

Created by @ezra. Categorized in #Programming, and tagged as #iOS.

Source format: Markdown

Table of Content

将 HTML 代码转换成属性文字, 其实很简单:

- (NSAttributedString *)attributedStringFromHTML {
    NSData *data = [self dataUsingEncoding:NSUnicodeStringEncoding];
    NSAttributedString *attributedString = [[NSAttributedString alloc] initWithData:data options:@{NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType} documentAttributes:nil error:nil];
    return attributedString;
}
Pinned Message
HOTODOGO
The Founder and CEO of Infeca Technology.
Developer, Designer, Blogger.
Big fan of Apple, Love of colour.
Feel free to contact me.
反曲点科技创始人和首席执行官。
开发、设计与写作皆为所长。
热爱苹果、钟情色彩。
随时恭候 垂询