Answers for "swift ios 15 uibutton cornerradius"

0

ios rounded button

button.layer.cornerRadius = button.frame.size.height / 2
// must be in the viewDidLoad func
Posted by: Guest on April-11-2020

Code answers related to "Swift"

Browse Popular Code Answers by Language