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.
子ビューを自動的に閉じるにはどうすればよいですか?私の状況:ナビゲーションコントローラーがあり、ルートビューのアイテムをクリックすると、詳細ビューが表示されます。この詳細ビューを自動的に閉じたいですか?
よろしく、ダニエル
プログラム的にということですか?を呼び出すことができます[self.navigationController popViewControllerAnimated:YES]。
[self.navigationController popViewControllerAnimated:YES]