Skip to content

ijason/FlatButtons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flat Buttons

Class to create flat buttons.

Glossy Button Example

Requirements

  • ARC
  • QuartzCore.framework

Usage

Copy FlatButton.h and FlatButton.m into your project.

Import #import "FlatButton.h" where you plan to create the buttons.

Implementation code below:

FlatButton *flatBtn = [[FlatButton alloc] initWithFrame:CGRectMake(10,10,148,100) withBackgroundColor:[UIColor grayColor]];
[self.view flatBtn];

There are more implementation examples in the attached project.

Contact

Jason Everett

##License MIT License - fork, modify and use however you want.