How can I make the text of a UIBarButtonItem wrap to two lines?
Posted
by bio18
on Stack Overflow
See other posts from Stack Overflow
or by bio18
Published on 2010-04-10T16:39:24Z
Indexed on
2010/04/10
16:43 UTC
Read the original article
Hit count: 342
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!
© Stack Overflow or respective owner