How to truncate the content of back button in UINavigationController?
Posted
by Madan Mohan
on Stack Overflow
See other posts from Stack Overflow
or by Madan Mohan
Published on 2010-05-26T10:00:40Z
Indexed on
2010/05/26
10:01 UTC
Read the original article
Hit count: 443
objective-c
|uinavigationcontroller
Hi Guys,
I need to truncate the string content of back button of navigation controller. Let me explain clearly. I have large title in First view controller, same name is appearing in the next view controller while navigating in a back button. So much space is occupied by back button, I could not able to set the title clearly in next view controller.
How can I truncate the content of Back Button. Please help me out of this.
Thanks, Madan Mohan
© Stack Overflow or respective owner