Answers for "round border button ios"

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
0

rounded ios button

buttonRound.layer.cornerRadius = buttonRound.frame.size.height / 2
Posted by: Guest on April-15-2020

Code answers related to "Swift"

Browse Popular Code Answers by Language