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

loadObject(ofClass:completionHandler:)

Asynchronously loads an object of a specified class to an item provider, returning a Progress object. 指定されたクラスのオブジェクトをアイテムプロバイダに非同期にロードします、Progressオブジェクトを返します。

Declaration 宣言

func loadObject(ofClass aClass: NSItemProviderReading.Type, 
completionHandler: @escaping (NSItemProviderReading?, Error?) -> Void) -> Progress

See Also 参照

Loading the Provider’s Contents プロバイダーのもつ内容をロードする