I have two questions about UIToolbar:
1: I read a lot of Stackoverflow answers on how to use buttons with custom images (color) in UIToolbar. I tried to put the view (hack) on top of the UIToolbar and put buttons with images in it, but failed. I'm stuck right now. How can you do this?
2: Is there a way to have many buttons in the βpressedβ state at the same time? The function I want to execute is different buttons with different types of sorting.
source share