MccReeKit 0.1.6

MccReeKit 0.1.6

MQL9011name 维护。



MccReeKit 0.1.6

  • 作者
  • MQL9011

MccReeKit

CI Status Version License Platform

示例

一些常用的 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'

作者

MccRee

授权协议

MccReeKit 可在 MIT 协议下使用。更多信息请参阅 LICENSE 文件。