FlatButtons icon indicating copy to clipboard operation
FlatButtons copied to clipboard

Class to create Flat Buttons

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

  • https://github.com/ijason
  • http://twitter.com/ijayson66

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