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)
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)