func savePresentedItemChanges (completionHandler : (Error?) -> Void)
Tells your object to save any unsaved changes for the presented item.
提示された項目に対する未保存の変更を保存するように、あなたのオブジェクトに伝えます。
func accommodatePresentedItemDeletion (completionHandler : (Error?) -> Void)
Tells your object that its presented item is about to be deleted.
それの提示された項目が消去されようとしていることを、あなたのオブジェクトに伝えます。
func presentedItemDidChange ()
Tells your object that the presented item’s contents or attributes changed.
提示された項目のもつ内容または属性が変更されたことを、あなたのオブジェクトに伝えます。