+ loadFromHTMLWithRequest:options:completionHandler:
Creates an attributed string by converting the contents of the specified HTML URL request.
属性付き文字列をこの指定されたHTML URLリクエストの内容を変換することによって作成します。
+ 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.
ある非同期の属性付き文字列を取得するための完了ハンドラ。