Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 712 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 712 Bytes

Glossy Buttons

Class to create glossy buttons without images.

Glossy Button Example

Usage

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];

Contact

Jason Everett

##License Glossy Buttons is licensed under the ☺ license. (http://licence.visualidiot.com/)