How to change the text of UIBarButtonItem programmatically?

Posted by user313439 on Stack Overflow See other posts from Stack Overflow or by user313439
Published on 2010-04-22T14:51:52Z Indexed on 2010/04/22 14:53 UTC
Read the original article Hit count: 888

Filed under:
|

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!

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone