Code in the IBAction should be like:
let storyBoard = NSStoryboard(name: "Main", bundle: nil) as NSStoryboard
let secondController = storyBoard.instantiateController(withIdentifier: "secondVC")
self.presentAsModalWindow(secondController, animated: true, completion: nil)
Don't forget to remove the segue from the button.
Topic:
Programming Languages
SubTopic:
Swift
Tags: