Make border color for button, view ..

1 Border for button

btn.layer.cornerRadius = n
view.clipsToBounds = true
btn.layer.borderWih = 1
btn.layer.borderColor = UIColor.Black.cgColor


2. Border for View:

view.layer.cornerRadius = GCFloat(5)
view.clipsToBounds = true
view.layer.borderWidth = 1
view.layer.borderColor = UIColor.Black.cgColor


Comments

Popular posts from this blog

return value to controller caller

Apple Push Notification Service APNS

Delivery In House iOS app