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
I am using Xcode Version 11.4
In the attribute inspector, you can define the corner radius.
It won't show in the Storyboard but it will work fine when you run the project.