GlossyButtons icon indicating copy to clipboard operation
GlossyButtons copied to clipboard

Create glossy buttons without images

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

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

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