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

presentedSubitem(at:didResolve:)

Tells the delegate that the item inside the presented directory had a version conflict resolved by an outside entity. 提示されたディレクトリ内の項目がバージョン衝突を外部登録項目によって解決したことを、委任先に伝えます。

Declaration 宣言

optional func presentedSubitem(at url: URL, 
                    didResolve version: NSFileVersion)

Parameters パラメータ

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. 衝突している変更を含んでいるバージョンオブジェクト。

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 バージョン変更に応答する