I'm looking to use one of the predefined images that Interface Builder provides for Tab Bar Items. However, I'd like a custom title for it set. Is that at all possible? Whenever I enter an arbitrary title, my identifier goes back to 'Custom'.
By copy, do you mean I need to resort to a screenshot, or is there a way I can programatically query NSBundle to retrieve just the image without the title, then set my custom tab bar item with that image and my own title?