Instance Method インスタンスメソッド

presentedItemDidResolveConflict(_:)

Tells the delegate that some other entity resolved a version conflict for the presenter’s file or file package. 何らかの他の登録項目がプレゼンタの持つファイルまたはファイルパッケージに対する衝突を解決したことを、委任先に伝えます。

Declaration 宣言

optional func presentedItemDidResolveConflict(_ version: NSFileVersion)

Parameters パラメータ

version

The version object containing the conflicting change. 衝突している変更を含んでいるバージョンオブジェクト。

Discussion 議論

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. あなたの委任先はこのメソッドを使って、異なるファイルプレゼンタによるバージョン衝突の解決に応答できます。これは、別のデバイス上で動作しているあなたのアプリケーションのあるバージョンが最初に衝突を解決するならば発生するかもしれません。あなたはその時このメソッドを使って、あなたのユーザインターフェイスを更新して、もはや衝突がないことを指し示すかもしれません。

See Also 参照

Responding to Version Changes バージョン変更に応答する