常用控件/对象的分类(一些常用控件/对象的分类)
一些UI控件和Foundation对象
LSAddition.h
cocopod
pod 'LSAdditions'
/// Set color
self.view.backgroundColor = [UIColor ls_colorWithHex:0xff0000];
/// create a button
[UIButton ls_textButton:@"buttonName" fontSize:14 normalColor:[UIColor ls_colorWithHex:0xff0000] selectedColor:nil];
. . .
0.0.1
0.0.2