How to make a rounded oval button?

前端 未结 2 1350
暖寄归人
暖寄归人 2021-01-22 03:21

My goal is to make my button look like this:

minus the black edges around the button.

After reading quite a few posts, I see most solutions saying to use

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-22 04:20

    You Can do it like this (For Example if you button is called button):

    button.layer.cornerRadius = button.bounds.size.height / 2.0
    

提交回复
热议问题