O OldGit macrumors newbie Original poster Feb 2, 2009 17 0 Mar 18, 2009 #1 I have a UIToolBar on which I would like to add and remove buttons on-the-fly, is this possible?
PhoneyDeveloper macrumors 68040 Sep 2, 2008 3,114 93 Mar 18, 2009 #2 You replace all the toolbar items using the items property. Set the property and that will change the buttons that are visible. It's possible for a given button to be in more than one array.
You replace all the toolbar items using the items property. Set the property and that will change the buttons that are visible. It's possible for a given button to be in more than one array.