[MonoTouch] Glass Buttons

2012-08-04 Thread Phil Cockfield
What is the class for the solid Glass like buttons that you see in the * UIActionSheet* (eg. "OK", "Cancel") and "Delete" in the iOS contacts app. They show as either Red, Green, or Black. I can't see any properties on *UIButton*, so figure they must be some other kind of button. Thanks! -- *

Re: [MonoTouch] Glass Buttons

2012-08-05 Thread René Ruppert
UIGlassButton is port of the iOS API but private/undocumented: http://iphonedevwiki.net/index.php/UIGlassButton However, Miguel has made a glass button glass that is part of MT.Dialog: https://github.com/migueldeicaza/MonoTouch.Dialog/blob/master/MonoTouch.Dialog/Utilities/GlassButton.cs René A