DCButton扩展了UIButton,以创建外观精美的按钮。它是受到twitter bootstrap按钮的启发。这些按钮是绘制出来的,您可以自由定制。
需要CoreGraphics框架。
DCButton* button = [[DCButton all] init];
button.fillColor = [UIColor redColor];
//configure other properties,etc
//add to subview or whatever you want to do with it
此框架需要至少iOS 5以上版本。
DCButton采用Apache License许可。