views:

16

answers:

1

Hi,

I need to make UIBarButtonItem rounded. In xib even though the style attibute specified as bordered it displays a rectangular shape. Is there any work around to achieve this?

Regards,

Dilshan

+1  A: 

Try to use initWithCustomView:(UIView *)customView where the customView is a custom UIButton with a round image.

AlexVogel
Thanks yes it works.
Dilshan