I’m placing a few round rect buttons next to each other, one on top of each other. I want the top to have the top rounded, the bottom to have the bottom rounded, and the ones in between to not be rounded.
This can be see in the Apple Contacts app when clicking on a contact that has multiple phone numbers, multiple email address, what have you.
How do you add these in xcode?
Thanks!
Those buttons you are talking about are not
UIButtons, butUITableViewwithUITableViewStyleGroupedstyle set.