标签: ios swift navigation pop
如何在pop后加载swift ios中的视图,我已经调用了一个pop 我想知道的是在执行self.navigationController之后!.popViewController(animated:true)这是一个pop我想在pop后重新加载视图。如何在swift中做到这一点?
self.navigationController!.popViewController(animated: true)