Enumeration Case 列挙ケース

NSFileCoordinatorReadingWithoutChanges

Declaration 宣言

NSFileCoordinatorReadingWithoutChanges = 1 << 0

Discussion 議論

Specify this constant if your code does not need other objects to save changes first. If you do not specify this constant, the savePresentedItemChangesWithCompletionHandler: method of relevant file presenters is called before your code reads the item. あなたのコードが変更を最初に保存するのに他のオブジェクトを必要としないならばこの定数を指定してください。あなたがこの定数を指定しないならば、関連のあるファイルプレゼンタのsavePresentedItemChangesWithCompletionHandler:メソッドがあなたのコードがその項目を読み出す前に呼び出されます。