Skip to content

ijason/GlossyButtons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/)