I have an app that incorporates many round rect buttons. However, in xcode 5, those dont exist. How do I get the round rect buttons back? They are essential to my app. Now it ju
In Swift 3: we can added it viewdidload
button.layer.cornerRadius = 0.5*button.bounds.size.width button.clipsToBounds = true