Answers for "button rounded corners 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

round courners of uibutton

yourButton.layer.cornerRadius = 10; // this value vary as per your desire
    yourButton.clipsToBounds = YES;
Posted by: Guest on September-18-2020

Code answers related to "button rounded corners ios"

Code answers related to "Swift"

Browse Popular Code Answers by Language