I have an idea to use my own images as BarButton items. I did following:
Added UIView to UIToolbar in Interface Builder. View was automatically converted to UIBarButtonItem with UIView contained.
Added UIImageView to UIView
Set Alpha of the UIView to zero
However, I cannot do anything with alpha on UIBarButtonView and I cannot get rid of background.
Since UIBarButtonItem is not View based, there seems nothing can be done here with out-of-the-box functionality of UIToolbar. Or?