Is there a way to set a separate short title for UITabBar?
问题 I'd like to be able to give my views short names for display on the tab bar, and longer (more descriptive) name when the same view is linked to in a table view. The reason is that longer names nudge up against each other on the tab bar. In a table view, there's more horizontal space, so I want to use more descriptive titles there. Normally, the tab bar's title is set in its view controller with self.title . Is there a way to specifically set the tab bar title, but leave the view controller's