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

initWithObject:

Initializes a new item provider, employing a specified object’s type identifiers to specify the data representations eligible to be loaded by the provider. 新しいアイテムプロバイダを初期化します、指定されたオブジェクトの持つ型識別子を用いることで、プロバイダによってロードされる資格のあるデータ表現を指定します。

Declaration 宣言

- (instancetype)initWithObject:(id<NSItemProviderWriting>)object;

See Also 参照

Creating an Item Provider アイテムプロバイダを作成する