[关闭]
@buoge 2017-08-02T17:02:15.000000Z 字数 250 阅读 797

除了pop方法之外,手动移除并释放viewcontroller

iOS


http://www.jianshu.com/p/b7fab12527e7

viewControllers.remove(at: thirdToLastIndex)
thirdToLastVC.willMove(toParentViewController: nil)
thirdToLastVC.view.removeFromSuperview()
thirdToLastVC.removeFromParentViewController()
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注