How to add a separator between buttons in a UIToolbar?
Sample image is shown in the below link
I can think of two ways :
(a) You could make them very thin toolbar buttons with user interaction disabled.
(b) Your other choice would be to implement your own toolbar. I'd try (a) first ;)