DCButton 0.0.1

DCButton 0.0.1

测试已测试
语言语言 Obj-CObjective C
许可 Apache 2
发布最后发布2014年12月

Dalton Cherry维护。



DCButton 0.0.1

  • 作者:
  • Dalton Cherry

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许可。

联系

Dalton Cherry