Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ナビゲーションコントローラーを使用して、ビューコントローラーの一部の変数を制御できません。したがって、戻るボタンを押すと、前のView Controllerに移動する前に、そのView Controllerでメソッド(関数)を実行したいと思います。
戻るボタンのカスタムアクションを定義し、コードを実行してからを呼び出すか、実行していることに適切な場合は[UINavigationController popViewController:animated:]コードを設定することができます。-viewWillDisappear:
[UINavigationController popViewController:animated:]
-viewWillDisappear: