add border to UIButton 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