Class to create glossy buttons without images.
Copy GlossyButton.h and GlossyButton.m into your project.
Import #import "GlossyButton.h"
where you plan to create the buttons.
Implementation code below:
CGRect rect = CGRectMake(86,252,148,44);
GlossyButton *glossyBtn = [[GlossyButton alloc] initWithFrame:rect withBackgroundColor:[UIColor redColor]];
[self.view addSubview:glossyBtn];
Jason Everett
##License Glossy Buttons is licensed under the ☺ license. (http://licence.visualidiot.com/)