Skip to content

Commit ee1876d

Browse files
committed
优化
1 parent 92f8e6a commit ee1876d

4 files changed

Lines changed: 81 additions & 61 deletions

File tree

Binary file not shown.

BABaseProject/BAMainCode/BATools(工具类)/BAKit(工具类)/BAKit.h

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
#import "UIWindow+BAKit.h"
9595
#import "UIDevice+BAKit.h"
9696

97+
9798
#import "UINavigationBar+BAKit.h"
9899
#import "UINavigationController+BAKit.h"
99100
#import "UINavigationItem+CustomItem.h"
@@ -113,6 +114,14 @@
113114
#import "NSProcessInfo+BAKit.h"
114115
#import "NSThread+BAKit.h"
115116

117+
118+
119+
#pragma mark - ****** BAKitManager类
120+
/*! BAKitManager */
121+
#import "BAKitManager.h"
122+
#import "BAKitManager+BALabel.h"
123+
124+
116125
#pragma mark - ****** 其他封装
117126
/*! GCD */
118127
#import "GCD/GCD.h"
@@ -125,10 +134,7 @@
125134
#import "BACustomMJHeader.h"
126135

127136

128-
#pragma mark - ****** BAKitManager类
129-
/*! BAKitManager */
130-
#import "BAKitManager.h"
131-
#import "BAKitManager+BALabel.h"
137+
132138

133139

134140
#endif /* BAKit_h */

BABaseProject/BAMainCode/BATools(工具类)/BAKit(工具类)/UIKit/UIColor+BAKit.h

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/*!
3-
* @header BAKit
4-
* demoTest
3+
* @header BAKit.h
4+
* BABaseProject
55
*
66
* @brief BAKit
77
*
@@ -10,43 +10,50 @@
1010
* @version V1.0
1111
*/
1212

13-
/*!
14-
*
15-
* ┌─┐ ┌─┐
16-
* ┌──┘ ┴───────┘ ┴──┐
17-
* │ │
18-
* │ ─── │
19-
* │ ─┬┘ └┬─ │
20-
* │ │
21-
* │ ─┴─ │
22-
* │ │
23-
* └───┐ ┌───┘
24-
* │ │
25-
* │ │
26-
* │ │
27-
* │ └──────────────┐
28-
* │ │
29-
* │ ├─┐
30-
* │ ┌─┘
31-
* │ │
32-
* └─┐ ┐ ┌───────┬──┐ ┌──┘
33-
* │ ─┤ ─┤ │ ─┤ ─┤
34-
* └──┴──┘ └──┴──┘
35-
* 神兽保佑
36-
* 代码无BUG!
37-
*/
13+
// _ooOoo_
14+
// o8888888o
15+
// 88" . "88
16+
// (| -_- |)
17+
// O\ = /O
18+
// ____/`---'\____
19+
// . ' \\| |// `.
20+
// / \\||| : |||// \
21+
// / _||||| -:- |||||- \
22+
// | | \\\ - /// | |
23+
// | \_| ''\---/'' | |
24+
// \ .-\__ `-` ___/-. /
25+
// ___`. .' /--.--\ `. . __
26+
// ."" '< `.___\_<|>_/___.' >'"".
27+
// | | : `- \`.;`\ _ /`;.`/ - ` : | |
28+
// \ \ `-. \_ __\ /__ _/ .-` / /
29+
// ======`-.____`-.___\_____/___.-`____.-'======
30+
// `=---='
31+
//
32+
// .............................................
33+
// 佛祖镇楼 BUG辟易
34+
// 佛曰:
35+
// 写字楼里写字间,写字间里程序员;
36+
// 程序人员写程序,又拿程序换酒钱。
37+
// 酒醒只在网上坐,酒醉还来网下眠;
38+
// 酒醉酒醒日复日,网上网下年复年。
39+
// 但愿老死电脑间,不愿鞠躬老板前;
40+
// 奔驰宝马贵者趣,公交自行程序员。
41+
// 别人笑我忒疯癫,我笑自己命太贱;
42+
// 不见满街漂亮妹,哪个归得程序员?
3843

3944
/*
4045
4146
*********************************************************************************
4247
*
4348
* 在使用BAKit的过程中如果出现bug请及时以以下任意一种方式联系我,我会及时修复bug
4449
*
45-
* QQ : 可以添加SDAutoLayout群 497140713 在这里找到我(博爱1616【137361770】)
50+
* QQ : 可以添加ios开发技术群 479663605 在这里找到我(博爱1616【137361770】)
4651
* 微博 : 博爱1616
4752
* Email : 137361770@qq.com
4853
* GitHub : https://github.com/boai
4954
* 博客园 : http://www.cnblogs.com/boai/
55+
* 博客 : http://boai.github.io
56+
5057
*********************************************************************************
5158
5259
*/
@@ -97,6 +104,6 @@
97104
alpha:(float)alpha;
98105

99106
//UIColor 转UIImage
100-
+ (UIImage*) imageWithColor: (UIColor*) color;
107+
+ (UIImage *)imageWithColor: (UIColor*) color;
101108

102109
@end

BABaseProject/BAMainCode/BATools(工具类)/BAKit(工具类)/UIKit/UIColor+BAKit.m

Lines changed: 35 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/*!
3-
* @header BAKit
4-
* demoTest
3+
* @header BAKit.h
4+
* BABaseProject
55
*
66
* @brief BAKit
77
*
@@ -10,43 +10,50 @@
1010
* @version V1.0
1111
*/
1212

13-
/*!
14-
*
15-
* ┌─┐ ┌─┐
16-
* ┌──┘ ┴───────┘ ┴──┐
17-
* │ │
18-
* │ ─── │
19-
* │ ─┬┘ └┬─ │
20-
* │ │
21-
* │ ─┴─ │
22-
* │ │
23-
* └───┐ ┌───┘
24-
* │ │
25-
* │ │
26-
* │ │
27-
* │ └──────────────┐
28-
* │ │
29-
* │ ├─┐
30-
* │ ┌─┘
31-
* │ │
32-
* └─┐ ┐ ┌───────┬──┐ ┌──┘
33-
* │ ─┤ ─┤ │ ─┤ ─┤
34-
* └──┴──┘ └──┴──┘
35-
* 神兽保佑
36-
* 代码无BUG!
37-
*/
13+
// _ooOoo_
14+
// o8888888o
15+
// 88" . "88
16+
// (| -_- |)
17+
// O\ = /O
18+
// ____/`---'\____
19+
// . ' \\| |// `.
20+
// / \\||| : |||// \
21+
// / _||||| -:- |||||- \
22+
// | | \\\ - /// | |
23+
// | \_| ''\---/'' | |
24+
// \ .-\__ `-` ___/-. /
25+
// ___`. .' /--.--\ `. . __
26+
// ."" '< `.___\_<|>_/___.' >'"".
27+
// | | : `- \`.;`\ _ /`;.`/ - ` : | |
28+
// \ \ `-. \_ __\ /__ _/ .-` / /
29+
// ======`-.____`-.___\_____/___.-`____.-'======
30+
// `=---='
31+
//
32+
// .............................................
33+
// 佛祖镇楼 BUG辟易
34+
// 佛曰:
35+
// 写字楼里写字间,写字间里程序员;
36+
// 程序人员写程序,又拿程序换酒钱。
37+
// 酒醒只在网上坐,酒醉还来网下眠;
38+
// 酒醉酒醒日复日,网上网下年复年。
39+
// 但愿老死电脑间,不愿鞠躬老板前;
40+
// 奔驰宝马贵者趣,公交自行程序员。
41+
// 别人笑我忒疯癫,我笑自己命太贱;
42+
// 不见满街漂亮妹,哪个归得程序员?
3843

3944
/*
4045
4146
*********************************************************************************
4247
*
4348
* 在使用BAKit的过程中如果出现bug请及时以以下任意一种方式联系我,我会及时修复bug
4449
*
45-
* QQ : 可以添加SDAutoLayout群 497140713 在这里找到我(博爱1616【137361770】)
50+
* QQ : 可以添加ios开发技术群 479663605 在这里找到我(博爱1616【137361770】)
4651
* 微博 : 博爱1616
4752
* Email : 137361770@qq.com
4853
* GitHub : https://github.com/boai
4954
* 博客园 : http://www.cnblogs.com/boai/
55+
* 博客 : http://boai.github.io
56+
5057
*********************************************************************************
5158
5259
*/

0 commit comments

Comments
 (0)