开发者

Rounded UIBarButtonItems

开发者 https://www.devze.com 2023-01-20 08:16 出处:网络
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?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消