I have seen UIBarButtonItem,UIButtons are borderless in ios7.But I want to have the appearance of UIBarButtonItem like in <=ios6.At the same time I cannot apply a particular backgroundimage because navigationbar tint colour changes from some set of views to other views.
How can I set borderstyle in [UIBarButtonItem appearance]
may be by using some CALayer
properties or so ..?
Any help would be appreciated..