UINavigationController内のスタックに2つのUIViewControllerがあるとします。「親」では、「[self.navigationController pushViewController:childViewControlleranimated:YES];」と呼びます。いくつかのユーザーアクションと「子」で、「[self.navigationController popViewControllerAnimated:YES];」を呼び出します。いくつかのユーザーアクションに応じて。
親の中で、戻ってきたばかりであることをどのように認識できますか?
このpopViewControllerAnimatedアクションが子から呼び出されたことを認識できる「イベント」駆動型のメソッドはありますか?