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
guard let vc = storyboard?.instantiateViewController(withIdentifier: "add") else { return } vc.modalPresentationStyle = .fullScreen present(vc, animated: true, completion: nil)