I started taking a look of the new Swift on Xcode 6, and I tried some demo projects and tutorials. Now I am stuck at:
Swift
Xcode 6
Swift 5
let vc = self.storyboard!.instantiateViewController(withIdentifier: "CVIdentifier") self.present(vc, animated: true, completion: nil)