I am using a UISplitViewController
to implement a Master/Detail flow app.
I am not using a Navigation Controller.
To go from the MasterViewController to the DetailViewController I am using:
performSegueWithIdentifier("showDetail", sender: self)
What should I use to go back from the DetailViewController to the MasterViewController?