标签:mutable tab rem blog array animate anim nim ati
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)
标签:mutable tab rem blog array animate anim nim ati
原文地址:http://www.cnblogs.com/heyode/p/7069202.html