Type Property 型プロパティ

readableTypeIdentifiersForItemProvider

An array of UTI strings representing the data types supported by the class. そのクラスによってサポートされるデータ型を表しているUTI文字列それらからなるある配列。

Declaration 宣言

iOS, iPadOS, Mac Catalyst, tvOS, watchOS

@property(class, readonly, copy, nonatomic) NSArray<NSString *> *readableTypeIdentifiersForItemProvider;

macOS

@property(class, readonly, copy, atomic) NSArray<NSString *> *readableTypeIdentifiersForItemProvider;

Discussion 議論

Provide uniform type identifiers (UTIs) in order from highest fidelity to lowest. If your app employs a native data representation, place that first in the array. ユニホーム型識別子(UTI)を最高位から忠実に最低位までの順番で提供してください。あなたのアプリがある特定機種データ表現を必要とするならば、それを配列の最初においてください。