Rounded UIBarButtonItems
I need to make UIBarButtonItem rounded. In xib even though the style attibute specified as bordered it di开发者_JAVA百科splays a rectangular shape. Is there any work around to achieve this?
Regards,
Dilshan
Try to use initWithCustomView:(UIView *)customView
where the customView is a custom UIButton with a round image.
精彩评论