Type Method 型メソッド

loadFromHTMLWithData:options:completionHandler:

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

Declaration 宣言

+ (void)loadFromHTMLWithData:(NSData *)data 
                     options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)options 
           completionHandler:(NSAttributedStringCompletionHandler)completionHandler;

See Also 参照

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