Search code examples
iosuitoolbarseparator

Separator between toolbar items in UIToolbar


How to add a separator between buttons in a UIToolbar?

Sample image is shown in the below link

enter image description here


Solution

  • 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 ;)