Closed3
popViewController(animated:)でRootに戻る
- push/popでViewControllerの画面遷移をつくった
- popするときに、ルートのViewControllerに戻れなくなった
If the view controller at the top of the stack is the root view controller, this method does nothing. In other words, you cannot pop the last item on the stack.
popToRootViewController(animated:)
を使うと戻れた
このスクラップは2022/06/29にクローズされました