答案 0 :(得分:0)
像as,
一样写下行动let storyBoard : UIStoryboard = UIStoryboard(name: "Main", bundle:nil)
let nextViewController=storyBoard.instantiateViewController(withIdentifier:"signUpView")
self.navigationController?.present(nextViewController, animated: true, completion: nil);