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