DCButton 0.0.1

DCButton 0.0.1

TestsTested
LangLanguage Obj-CObjective C
License Apache 2
ReleasedLast Release Dec 2014

Maintained by Dalton Cherry.



DCButton 0.0.1

  • By
  • Dalton Cherry

DCButton extends UIButton to make awesome looking buttons. It is inspired by twitter bootstrap buttons. This buttons are drawn so you can customize to your heart's content.

Dependancies

Requires CoreGraphics framework.

Example

DCButton* button = [[DCButton all] init];
button.fillColor = [UIColor redColor];
//configure other properties,etc
//add to subview or whatever you want to do with it

Requirements

This framework requires at least iOS 5 above.

License

DCButton is license under the Apache License.

Contact

Dalton Cherry