您好朋友我正在使用SWRevealViewController進行菜單。我在root上使用了loginViewController,登錄後它來到dashboardViewController。它工作正常,但問題是與註銷,我無法註銷。我首先使用了兩個navigationController用於loginViewController,第二個用於dashBoardViewController。如何使用SWRevealViewController登錄註銷
的登錄
故事板let storyboard = UIStoryboard(name: "Main", bundle: Bundle.main)
let profileNC = storyboard.instantiateViewController(withIdentifier: "SWRevealViewController")
self.navigationController?.pushViewController(profileNC, animated: true)
設計是
誰能幫助我,在此先感謝
你有沒有試着用popToRootViewController打電話? – iPatel
是的,我嘗試過,但由於我的第二個導航控制器,它仍然停留在該控制器上。 –
您的註銷按鈕在哪裏?在SWReveal菜單或簡單視圖控制器中? –