When trying to connect a Navigation Bar Button to the Exit item of a ViewController in Xcode 6 (not really sure if it\'s an Xcode 6 problem but worth mentioning as it is in
If it's always the same presenting view controller that you'd like to unwind to, you can always just do:
self.navigationController?.popViewControllerAnimated(true)