let storyBoard:UIStoryboard! = UIStoryboard(name: "Main", bundle: nil)
let deskVC:DeskViewController! = storyboard!.instantiateViewControllerWithIdentifier("DeskViewController") as DeskViewController
self.navigationController?.pushViewController(deskVC, animated: true)
|
请发表评论