I\'m building an app using swift in the latest version of Xcode 6, and would like to know how I can modify my button so that it can have a rounded border that I could adjust mys
I think this is the simple form
Button1.layer.cornerRadius = 10(Half of the length and width) Button1.layer.borderWidth = 2