Reputation: 27839
I'm trying to achieve this kind of popover:
The problem is, simply using RoundRectButtons don't seem to give the same effect (borders are ugly and text is blueish). How are these buttons done?
Upvotes: 0
Views: 172
Reputation: 119242
I think that's a UIActionSheet, being displayed as a popover (which is how action sheets are displayed in iPad). If you create one of those, you get the button styles for free.
Upvotes: 3