Type Alias

NSAttributedString.CompletionHandler

A completion handler for getting an asynchronous attributed string. ある非同期の属性付き文字列を取得するための完了ハンドラ。

Declaration 宣言

typealias CompletionHandler = (NSAttributedString?, [NSAttributedString.DocumentAttributeKey : Any]?, Error?) -> Void

See Also 参照

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