Dankal extension category for iOS.
pod 'DKExtension.h'
引入
#import "DKExtension.h"
以dk_为前缀调用分类方法
dk_
// dk_xxxx label.textColor = [UIColor dk_randomColor]; label.text = [NSDate dk_currentDateStrWithFormat:@"当前时间: yyyy-MM-dd HH:mm:ss"];
提供 API文档 ,具体分类方法和属性请 Review 代码