猿问
iOS使用UINavigationController跳转页面怎么销毁当前页面
iOS使用UINavigationController跳转页面怎么销毁当前页面。
就是我从a页面跳到b页面,我要销毁a页面。
还有就是我怎么进行页面的传值。
谢谢各位大佬。
牛魔王的故事
浏览 3115
回答 1
1回答
吃鸡游戏
一个解决思路是,你不用销毁当前页面,你只需要返回的时候不返回到当前页面就可以了。NavigationController是可以返回到rootController的。navigationController?.popToRootViewController(animated: true)另外,NavigationController还可以获取当前navigation stack中的所有View Controller。你就可以返回到你指定的页面。或者销毁stack中的任意view controller。navigationController?.viewControllers
0
0
0
随时随地看视频
慕课网APP
相关分类
iOS
我要回答