The Category of Commonly used controls and you can create a control quickly(Object, Control ...)
Some UI controls and Foundation objects
- "UIColor+LSAddition"
- "UILabel+LSAddition"
- "UIButton+LSAddition"
- "NSAttributedString+LSAddition"
- "NSObject+LSAdditon"
- "UIScreen+LSAddition"
- "UIViewController+LSAddition"
- "UIView+LSAddition"
- "NSString+LSAddition"
- ...
- Add the header file -
LSAddition.h
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];
. . .
- June 13, 2017 ~>
0.0.1
- June 17, 1717 ~>
0.0.2
- July 04, 2017 ~>
0.0.3
- Optimized code and added some encryption methods, such as md5, XOR...