how to add designable round buttons in xcode 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