CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jul 2017 |
Maintained by bingozb.
Dankal extension category for iOS.
引入
#import "DKExtension.h"以dk_为前缀调用分类方法
// dk_xxxx
label.textColor = [UIColor dk_randomColor];
label.text = [NSDate dk_currentDateStrWithFormat:@"当前时间: yyyy-MM-dd HH:mm:ss"];提供 API文档,具体分类方法和属性请Review代码