How can I set UIButton image, which Image is round shape with border

后端 未结 6 1577
难免孤独
难免孤独 2021-01-24 04:04

How can I set UIButton image, which Image is round shape with border I write related code but image not displaying in proper round shape.. Here is my code..

             


        
6条回答
  •  一个人的身影
    2021-01-24 04:36

    You should add image to button's background and make sure the size of button is proportional like 20*20, 30*30 etc, and set same corner radius as you already set.

提交回复
热议问题