Is it possible to make the default navigation 'Back' button call an unwind segue? I know it's possible with a standard button by dragging it onto the green exit icon, but the default navigation 'Back' button is not visible on the storyboard.
There seems to be an example of this in the iPhone's Contacts app. After you add a new contact, it takes you to a screen displaying all the entered information, here the '< Back' button appears to perform a unwind segue to the Contacts list screen. Anyone know how it's done?
I realise I can add a standard button and make it invoke the unwind segue, but it doesn't have the '<' symbol which I would like to have.