Seemingly the accepted way of changing the back button text for a UIViewController
's navigation bar is this answer, essentially setting the text to nothing on the previous view controller.
However, this has to be done on every view controller. Worse yet, the button still takes up quite a bit of horizontal space (past what you would logically expect) as if there's still text there.
Is there a way, say in a UINavigationController
subclass to hide the back button text in every view controller and make the area occupied by the back button more or less just the size of the "<"?