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

presentedItemDidMoveToURL:

Tells your object that the presented item moved or was renamed. 提示された項目が移動したまたは名前変更されたことを、あなたのオブジェクトに伝えます。

Declaration 宣言

- (void)presentedItemDidMoveToURL:(NSURL *)newURL;

Parameters パラメータ

newURL

The URL containing the new path to the presented item. 提示された項目への新しいパスを含んでいるURL。

Discussion 議論

Use this method to update the value returned by the presentedItemURL property of your object. このメソッドを使ってあなたのオブジェクトのpresentedItemURLプロパティによって返される値を更新してください。

See Also 参照

Handling Changes to Files ファイルへの変更を取り扱う

Related Documentation 関連文書