round button swift using storyboard code example
Example: ios rounded button
button.layer.cornerRadius = button.frame.size.height / 2
// must be in the viewDidLoad func
button.layer.cornerRadius = button.frame.size.height / 2
// must be in the viewDidLoad func