i hav removed items from tool bar,but i want to re add it at particular time ... how to do it.. i dont have images for them....
NSMutableArray *itemsToReplaceOldOnes=[[NSMutableArray alloc] initWithArray:self.toolbar.items]; [itemsToReplaceOldOnes removeObjectAtIndex:2]; //remove UIBarButtonItems you want to remove [self.toolbar setItems:itemsToReplaceOldOnes animated:YES];