我想A跳到B,发现storyBoard = nillet storyBoard = self.storyBoard
let loginVC = storyBoard.instantiateViewControllerWithIdentifier("loginVC") as! LoginVC
self.navigationController.pushViewController(loginVC,animated: true)
let storyBoard = UIStoryboard(name: "Main", bundle: nil)
评论