Pop the current view using Segues/Storyboard on iOS 5
问题 I am creating an app using iOS 5 SDK. I managed to push views using the Storyboard's Segues, but I cannot find the proper way to pop the current view and go back to the previous one. I am not using any navigationController (the app doesn't have any top or bottom bars). I don't think using modal or push segue the other way would be the solution as it instantiates a new controller. Do I have to use a custom Segue with the opposite animation and deletion of the view at the end ? Or is there a