- presentedItemDidGainVersion:
- presentedItemDidLoseVersion:
- presentedItemDidResolveConflictVersion:
- presentedSubitemAtURL:didGainVersion:
- presentedSubitemAtURL:didLoseVersion:
Availability 有効性
Technology
- (void)presentedSubitemAtURL:(NSURL
*)url
didResolveConflictVersion:(NSFileVersion
*)version;
url
The URL of the item inside the presented directory that was in conflict. The item need not be at the top level of the presented directory but may itself be inside a nested subdirectory. 提示されたディレクトリ内の、衝突した項目のURL。項目はこの提示されたディレクトリのトップレベルにある必要はなく、入れ子にされた下位ディレクトリ内にそれ自身はあるかもしれません。
version
The version object containing the conflicting change. 衝突している変更を含んでいるバージョンオブジェクト。
Your delegate can use this method to respond to the resolution of a version conflict by a different file presenter. This might occur if a version of your application running on another device resolves the conflict first. You might then use this method to update your user interface to indicate that there is no longer a conflict. あなたの委任先はこのメソッドを使って、異なるファイルプレゼンタによるバージョン衝突の解決に応答できます。これは、別のデバイス上で動作しているあなたのアプリケーションのあるバージョンが最初に衝突を解決するならば発生するかもしれません。あなたはその時このメソッドを使って、あなたのユーザインターフェイスを更新して、もはや衝突がないことを指し示すかもしれません。
- presentedItemDidGainVersion:
- presentedItemDidLoseVersion:
- presentedItemDidResolveConflictVersion:
- presentedSubitemAtURL:didGainVersion:
- presentedSubitemAtURL:didLoseVersion: