I've created a custom instance of UIToolbar to use a background image, and with my particular image, the actual toolbar is a smaller height than than the image itself (eg. the toolbar is 60px and the lower 20px is transparent, with a small item on the side). This somewhat confuses UIToolbar because all UIBarButtonItems are forced to be centred vertically, which doesn't align with my image.
Is there a margin or something I can set to get the button to slide upwards? I've considered UIButtons but I would need an image to match the look of the existing toolbar, so I'd prefer to have the buttons generated dynamically.