views:

42

answers:

2

How could I create a button that looks like the button in a UIActionSheet, as apple have done sometimes in their apps.

A: 

Check out Jeff LaMarche's blog for both description and code:

http://iphonedevelopment.blogspot.com/2010/05/improved-gradient-buttons.html

Code project here: http://code.google.com/p/iphonegradientbuttons/

quixoto
A: 

Matt Gemmell's MGImageUtilities may be of use also.

brs