- presentedItemDidChangeUbiquityAttributes:
Tells your object that the file or file package's ubiquity attributes have changed.
ファイルまたはファイルパッケージの持つ遍在属性が変更されたことを、あなたのオブジェクトに伝えます。
Availability 有効性
Technology
@property(readonly, strong) NSSet
<NSURLResourceKey
> *observedPresentedItemUbiquityAttributes;
Valid attributes include the NSURLIs
attribute and any attribute whose name starts with NSURLUbiquitous
or NSURLUbiquitous
.
有効な属性は、NSURLIs
属性と名前がNSURLUbiquitous
またはNSURLUbiquitous
で始まる何らかの属性です。
If the property is not implemented, the system generates notifications for all the ubiquity attributes. プロパティが実装されないならば、システムは遍在属性すべてに対して通知を生成します。
The system checks this property only when the file coordinator's add
method is called. Make all changes to this property before calling add
.
システムがこのプロパティを確認するのは、ファイルコーディネータのもつadd
メソッドが呼び出される時のみです。add
を呼び出す前にこのプロパティに対する全ての変更をしてください。
- presentedItemDidChangeUbiquityAttributes: