UIToolbar
s 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.
UIToolbar
s 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 UIButton
s directly, but have to use UIBarButtonItem
s.
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?