The data used to create the object. オブジェクトを作成するのに使われるデータ。
Type Method
型メソッド
object(with
object(withItemProviderData:typeIdentifier:)
Creates a new instance of a class using the given data and UTI string.
あるクラスの新しいインスタンスをこの与えられたデータとUTI文字列を使って作成します。
Availability 有効性
- iOS 11.0+
- iPadOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
- watchOS 4.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
Parameters パラメータ
data
typeIdentifier
The uniform type identifier (UTI) representing the data type of
data
. ユニホーム型識別子(UTI)、data
のデータ型を表しています。
Return Value 戻り値
An object created from the given data. 与えられたデータから作成されたオブジェクト。