Protocol

NSItemProviderReading

The protocol you implement on a class to allow an item provider to create an instance of the class. あなたがあるクラス上で実装することでアイテムプロバイダにそのクラスのインスタンスを作成させるプロトコル。

Declaration 宣言

protocol NSItemProviderReading

Overview 概要

A destination app uses an object that conforms to this protocol to consume pasted or dropped items. 行き先アプリは、このプロトコルに準拠するオブジェクトを使って、ペーストされたまたはドロップされた項目を消費します。

Topics 話題

Creating an Object from a Pasted or Dropped Item オブジェクトをあるペーストされたまたはドロップされた項目から作成する

Getting the Readable Type Identifiers 読みやすい型識別子を取得する

Relationships 関係

Inherits From 継承元

See Also 参照

Item Providers アイテムプロバイダ