Type Method 型メソッド

loadFromHTMLWithString:options:completionHandler:

Creates an attributed string from the specified HTML string. 属性付き文字列をこの指定されたHTML文字列から作成します。

Declaration 宣言

+ (void)loadFromHTMLWithString:(NSString *)string 
                       options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)options 
             completionHandler:(NSAttributedStringCompletionHandler)completionHandler;

See Also 参照

Loading an Attributed String from HTML 属性付き文字列をHTMLからロードする