Is there any easy way to use the UIButton icons (UIButtonTypeInfoLight) on a UIBarButton item, short of creating it as an image (I'm pretty clumsy when it comes to Photoshop)?
Are the images available to address somewhere?
Is there any easy way to use the UIButton icons (UIButtonTypeInfoLight) on a UIBarButton item, short of creating it as an image (I'm pretty clumsy when it comes to Photoshop)?
Are the images available to address somewhere?
use - (id)initWithCustomView:(UIView *)customView and pass it a UIButton. UIButton is a UIView