var attachments: [NSItemProvider]?
An optional array of media data associated with the extension item.
拡張項目に関連したメディアデータからなる随意の配列。
Availability 有効性
Technology
@NSCopying var attributedContentText: NSAttributedString
? { get set }
Important 重要
Alternatively, you can set attributed content in the user
dictionary using the NSExtension
key. However, setting the user
dictionary after setting attributed
overrides this property.
代わりに、あなたは属性付き内容をuser
辞書においてNSExtension
キーを使って作成できます。しかしながら、user
辞書をattributed
を設定する後に設定することは、このプロパティをオーバーライドします。
var attachments: [NSItemProvider]?