let storyboard : UIStoryboard = UIStoryboard(name: "Main", bundle: nil) let vc = storyboard.instantiateViewControllerWithIdentifier("ViewController") as UIViewController self.presentViewController(vc, animated: true, completion: nil)