Enumeration
列挙
NSItemProvider.PreferredPresentationStyle
The presentation styles that determine how a view should show an item provider's data.
どのようにビューがアイテムプロバイダの持つデータを表示すべきかを決定する表示スタイル。
Declaration
宣言
enum PreferredPresentationStyle : Int
, @unchecked Sendable
Topics
話題
Presentation Styles
表示体裁
case unspecified
A presentation style indicating that no preferred style is specified.
推奨スタイルが指定されないことを指し示す表示体裁。
case inline
A presentation style indicating that the item provider data should be presented inline.
アイテムプロバイダデータがインラインで表示されるべきであることを指し示す表示体裁。
case attachment
A presentation style indicating that the item provider data should be presented as an attachment.
アイテムプロバイダデータが添付書類として提示されるべきであることを指し示す表示体裁。
See Also
参照
Configuring the Provider
プロバイダを構成設定する
var suggestedName: String?
The filename to use when writing the provided data to a file on disk.
提供されたデータをあるファイルへとディスク上で書き出すときに使うファイル名。