How do I disable the text from the navigation bar back button for every view controller?
I would like the back button to contain just the default "<" icon.
It takes up too much space.
Here is way of doing it, but it seems awkward to have to change every view controller.
How to change the UINavigationController back button name?
Thank you.