UIToolbars normally center their icons vertically. I want to make their icons to be partially outside the bar. See the picture:

Is it possible to have control over the buttons Y position, overriding the UIToolbar default positioning?
Thanks.
UIToolbars normally center their icons vertically. I want to make their icons to be partially outside the bar. See the picture:

Is it possible to have control over the buttons Y position, overriding the UIToolbar default positioning?
Thanks.
If you want to use UIToolbar you can't add UIButtons directly, but have to use UIBarButtonItems.
Why not just have a UIView as a container for your buttons and then add a background image or another view with the green color behind your buttons?