How to make a simple rounded button in Storyboard?

后端 未结 13 1828
渐次进展
渐次进展 2021-01-29 19:49

I just started learning iOS development, cannot find how to make simple rounded button. I find resources for old versions. Do I need to set a custom background for a button? In

13条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-29 19:57

    While adding layer.cornerRadius in the storyboard make sure that you don't have leading or trailing spaces. If you do copy paste, you might get spaces inserted. Would be nice if XCode say some kind of warning or error.

提交回复
热议问题