###MMCategoty
为了提高项目开发效率,特意封装了常用的Category,不断完善中
首先本分类使用cocoapods导入,只需要在podfile文件中pod 'MMCategory'
即可使用本分类;
MMColor
UILabel *lable =[[UILabel alloc]initWithFrame:CGRectMake(0, 0, 100, 100)];
[lable setCenter:self.view.center];
[lable setBackgroundColor:[UIColor colorWithHexString:@"7F007F"]];
[self.view addSubview:lable];
未完待续。。。
如有疑问Email : [email protected]
最后还是欢迎您的star(☆☆☆☆☆),您的支持是我继续写demo的无限动力