Instance Method インスタンスメソッド

loadData(withTypeIdentifier:forItemProviderCompletionHandler:)

Loads data of a particular type, identified by the given UTI. 与えられたUTIによって識別される、ある特定の型のデータをロードします。

Declaration 宣言

func loadData(withTypeIdentifier typeIdentifier: String, 
forItemProviderCompletionHandler completionHandler: @escaping (Data?, Error?) -> Void) -> Progress?

Parameters パラメータ

typeIdentifier

The uniform type identifier (UTI) identifying the type of data to load. ロードすることになるデータの型を識別するユニホーム型識別子(UTI)。

completionHandler

The handler that's called after the data is loaded. データがロードされた後に呼び出されるハンドラ。

Return Value 戻り値

The progress of the data load process. データのロード過程の進捗。

Discussion 議論

When the system calls this method, the typeIdentifier parameter is set to one of the elements in the writableTypeIdentifiersForItemProvider array. システムがこのメソッドを呼び出す時、typeIdentifierパラメータはwritableTypeIdentifiersForItemProvider配列の中の要素の1つへと設定されます。