TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Apache 2 |
ReleasedLast Release | Dec 2014 |
Maintained 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.
Requires CoreGraphics framework.
DCButton* button = [[DCButton all] init];
button.fillColor = [UIColor redColor];
//configure other properties,etc
//add to subview or whatever you want to do with it
This framework requires at least iOS 5 above.
DCButton is license under the Apache License.