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 4:
let storyboard = UIStoryboard(name: "Main", bundle: nil) let yourVC: YourVC = storyboard.instantiateViewController(withIdentifier: "YourVC") as! YourVC