こんにちは私はSWRevealViewControllerをメニューとして使用しています。私はrootでloginViewControllerを使用しました。ログイン後、dashboardViewControllerに来ました。正常に動作しますが、ログアウトに問題があり、ログアウトできません。最初に2つのnavigationControllerをloginViewControllerに、2番目をdashBoardViewControllerに使用しました。ログインSWRevealViewControllerを使用してログアウトするには
let storyboard = UIStoryboard(name: "Main", bundle: Bundle.main)
let profileNC = storyboard.instantiateViewController(withIdentifier: "SWRevealViewController")
self.navigationController?.pushViewController(profileNC, animated: true)
ストーリーボードの設計のための
は誰も私を助けることができる
で、事前
あなたはpopToRootViewControllerてみましたのをログアウトしたいから電話が? – iPatel
はい、私は試みましたが、私の第2のナビゲーションコントローラのために、そのコントローラにとどまったままです。 –
ログアウトボタンはどこですか? SWRevealメニューまたはシンプル・ビュー・コントローラーでは? –