Type Method 型メソッド

object(withItemProviderData:typeIdentifier:)

Creates a new instance of a class using the given data and UTI string. あるクラスの新しいインスタンスをこの与えられたデータとUTI文字列を使って作成します。

Declaration 宣言

static func object(withItemProviderData data: Data, 
    typeIdentifier: String) throws -> Self

Parameters パラメータ

data

The data used to create the object. オブジェクトを作成するのに使われるデータ。

typeIdentifier

The uniform type identifier (UTI) representing the data type of data. ユニホーム型識別子(UTI)、dataのデータ型を表しています。

Return Value 戻り値

An object created from the given data. 与えられたデータから作成されたオブジェクト。