how to make rounded corner edges for buttons in swift code example
Example: add buton border swift
button.layer.borderWidth = 1
button.layer.borderColor = UIColor.black.cgColor
button.layer.borderWidth = 1
button.layer.borderColor = UIColor.black.cgColor