I use custom button in my app named \"addButton\" and I want to border it with white color how can i get the white color border around my custom button?
Update with Swift 3
button.layer.borderWidth = 0.8 button.layer.borderColor = UIColor.blue.cgColor