Answers for "how to make a round button in xcode 12 in storyboard"

0

xcode 12 make a round button

button.layer.cornerRadius = 10.0

or 

button.layer.cornerRadius = button.frame.height / 2
Posted by: Guest on April-24-2021

Code answers related to "how to make a round button in xcode 12 in storyboard"

Code answers related to "Swift"

Browse Popular Code Answers by Language