How to change the text of UIBarButtonItem programmatically?
- by user313439
I've read this article:
http://stackoverflow.com/questions/1225457/change-the-text-of-a-uilabel-uibarbuttonitem-on-a-toolbar-programmatically
But it seems not working for my auto-hide toolbar?
I also tried "barbuttonItem.title" to set the text, failed too.
Any idea? Much thanks!