标签: ios swift3
我试图通过一个UIViewController返回。我有下面的代码,但它不起作用:
let signUpPage = self.storyboard?.instantiateViewController(withIdentifier: "RegisterViewController_") signUpPage?.navigationController?.popViewController(animated: true)