UIKit UIButton doesn't have a "rounded rect" option for the Type in the details. Am I right?

What should I do to create Cocoa Touch UIButton buttons with rounded rect buttons in swift or in detail time?

Replies

Rounded rect buttons were deprecated as of iOS 7 back in 2013 IIRC.


You would have to do it as a custom button with a background image. (Sliced, of course, so the corners would look right when resized.)