+ loadFromHTMLWithFileURL:options:completionHandler:
Creates an attributed string by converting the contents of a local HTML file at the specified URL.
属性付き文字列をこの指定されたURLでのローカルHTMLファイルの内容を変換することによって作成します。
+ loadFromHTMLWithString:options:completionHandler:
Creates an attributed string from the specified HTML string.
属性付き文字列をこの指定されたHTML文字列から作成します。
+ loadFromHTMLWithData:options:completionHandler:
Creates an attributed string from the specified HTML data.
属性付き文字列をこの指定されたHTMLデータから作成します。
NSAttributedStringCompletionHandler
A completion handler for getting an asynchronous attributed string.
ある非同期の属性付き文字列を取得するための完了ハンドラ。