O OldGit macrumors newbie Original poster 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 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.