swift3.0 移除当前页面的前一个页面

用的是以下的跳转方式

self.navigationController?.pushViewController(viewController, animated: true)

在当前页面移除方式

self.navigationController?.viewControllers.remove(at: (self.navigationController?.viewControllers.count)! - 2)

不知道对不对 但是能行得通

上一篇:『NYIST』第九届河南省ACM竞赛队伍选拔赛[正式赛二]- Nearly Lucky Number(Codeforces Beta Round #84 (Div. 2 Only)A. Nearly)


下一篇:Strut2 和Spring MVC 文件上传对比