I've followed this code to implement a title and subtitle in the navigation bar: iPhone Title and Subtitle in Navigation Bar which works really well. However, I have a section where I've hidden the back button by doing:
self.navigationItem.hidesBackButton = YES;
and I'd like the title to take up the extra room on the left where the button used to be.
Is this possible?