MccReeKit 0.1.6

MccReeKit 0.1.6

Maintained by MQL9011, name.



MccReeKit 0.1.6

  • By
  • MQL9011

MccReeKit

CI Status Version License Platform

Example

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

Requirements

Installation

pod 'MccReeKit'

Author

MccRee

License

MccReeKit is available under the MIT license. See the LICENSE file for more info.