I want to add an Action to my standard Back-Button, but this won't work as I found from below link:
add-target-to-stock-back-button-in-navigationbar
So I created a custom button with an action.
UIBarButtonItem(title: "❮ Back", style: .Bordered, target: self, action: "back:")
But how can I set the standard left wing to the title?
The character '❮' is way smaller than that from the standard button. I use the standard button throughout my app, and I want to keep this optic.