Segue Lines

voor naar vc met storyboardId
let vc = storyboard?.instantiateViewControllerWithIdentifier("Second") as SecondViewController    presentViewController(vc, animated: true, completion: nil)

Tags: