I have two questions about the UIToolbar:
1: I have read numerous Stackoverflow answers on how to use buttons with custom images (colored) in a UIToolbar. I have tried to put a view (hack) on top of the UIToolbar and put the buttons with the images in it, but failed. Right now I am stuck. How can you accomplish this?
2: Is there a way to have many buttons in "pressed" state simultaneously? The function I want to accomplish is different buttons with different kind kinds of sorting.
I know the answer of your 2nd requirement.
in the IB click on the view and in inspector check multiple touch enable.
Cheers
Ok the answer solved itself... here it is:
Can I have a UIBarButtonItem with a colored image?