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
If you want to present it modally, you should have something like bellow:
let vc = self.storyboard!.instantiateViewControllerWithIdentifier("YourViewControllerID") self.showDetailViewController(vc as! YourViewControllerClassName, sender: self)