Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIActionSheet Like Button

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

like image 627
Joshua Avatar asked Feb 11 '26 22:02

Joshua


1 Answers

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/

like image 85
Ben Zotto Avatar answered Feb 14 '26 15:02

Ben Zotto