var attributedContentText : NSAttributedString?
Discussion 議論
Populate this array with images, videos, URLs, and so on. It’s not meant to be an array of alternative data formats or types, but is instead a collection to include in a social media post, for example. These items are always typed NSItem
.
この配列を画像、ビデオ、URL、などで満たします。それは、代替のデータフォーマットまたは型からなる配列にではなく、例えば、ソーシャルメディアポストにおいて含めるコレクションに向いています。それらの項目は、常に型付NSItem
です。
Important 重要
Alternatively, you can set attachments in the user
dictionary using the NSExtension
key. However, setting the user
dictionary after setting attachments
will override this property.
代わりに、あなたは添付書類をuser
辞書においてNSExtension
キーを使って作成できます。しかしながら、user
辞書をattachments
を設定する後に設定することは、このプロパティをオーバーライドします。