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
Set a background image on your buttons with the desired borders, using a stretchable image.
Check this link for a good example: Stretch background image for UIButton
OR, embrace the new iOS7 UI and scrap the borders ... ;-)