How to programmatically replace UIToolBar items built in IB

Posted by frankodwyer on Stack Overflow See other posts from Stack Overflow or by frankodwyer
Published on 2009-07-03T09:34:45Z Indexed on 2010/04/09 7:13 UTC
Read the original article Hit count: 1228

I have a toolbar with various image buttons, created in Interface Builder.

I'd like to be able to programmatically replace one of the buttons with an activity indicator when pressed, and then put back the original button but change its color from white to yellow when the activity completes.

Is this possible with an IB built toolbar or must I look at building the whole toolbar programmatically and custom views?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitoolbar