MccReeKit
示例
一些常用的 UIButton, UILabel, UIColor, UIView 等扩展类,方便快速开发。
- 比如快速创建 btn
UIButton *btn = [UIButton createButtonTitleColor:[UIColor colorWithHexString:@"2E3D4A"]
fontSize:15
cornerRadius:5
borderWidth:1];
- 快速创建 lab
UILabel *lab = [UILabel createLabelColor:[UIColor redColor] FontSize:15];
lab.text = @"MccRee";
要求
无
安装
pod 'MccReeKit'
作者
授权协议
MccReeKit 可在 MIT 协议下使用。更多信息请参阅 LICENSE 文件。