cambraca
cambraca

Reputation: 27839

Buttons in a simple popover

I'm trying to achieve this kind of popover:

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

Answers (1)

jrturton
jrturton

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

Related Questions