SkillAgentSearch skills...

FlatButtons

Class to create Flat Buttons

Install / Use

/learn @ijason/FlatButtons
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars29
CategoryDevelopment
Updated1y ago
Forks7

Languages

Objective-C

Security Score

60/100

Audited on Jun 13, 2024

No findings