Type Method 型メソッド

loadFromHTMLWithFileURL:options:completionHandler:

Creates an attributed string by converting the contents of a local HTML file at the specified URL. 属性付き文字列をこの指定されたURLでのローカルHTMLファイルの内容を変換することによって作成します。

Declaration 宣言

+ (void)loadFromHTMLWithFileURL:(NSURL *)fileURL 
                        options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)options 
              completionHandler:(NSAttributedStringCompletionHandler)completionHandler;

See Also 参照

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