static func object(withItemProviderData : Data, typeIdentifier : String) -> Self
Creates a new instance of a class using the given data and UTI string.
あるクラスの新しいインスタンスをこの与えられたデータとUTI文字列を使って作成します。
Availability 有効性
Technology
protocol NSItemProviderReading
A destination app uses an object that conforms to this protocol to consume pasted or dropped items. 行き先アプリは、このプロトコルに準拠するオブジェクトを使って、ペーストされたまたはドロップされた項目を消費します。
static func object(withItemProviderData : Data, typeIdentifier : String) -> Self
static var readableTypeIdentifiersForItemProvider : [String]
class NSItemProvider
protocol NSItemProviderWriting