How can I make the text of a UIBarButtonItem wrap to two lines?
- by bio18
Some of the titles of view controllers in my UINavigationController are quite long, which makes the back button in the navigation bar of the next view controller in the hierarchy miss out some of the text, with a "..." instead.
How could I make the text of the back button wrap onto two lines, as with "Now Playing" in the navigation bar of iPod.app?
Thanks!