let new = WebViewController() let vcArr = NSMutableArray.init(array: (self.navigationController?.viewControllers)!) vcArr.remove(self) vcArr.add(new) self.navigationController?.setViewControllers(vcArr as! [UIViewController], animated: true)
原文:http://www.cnblogs.com/heyode/p/7069202.html