Commit 2f86abaeaa708c8e2a492c8cf7b0556130623d16

Authored by yanglingyu
1 parent b70d086a

0.3.8

CNLiveCMineModule.podspec
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveCMineModule' 10 s.name = 'CNLiveCMineModule'
11 - s.version = '0.3.7' 11 + s.version = '0.3.8'
12 s.summary = '网家家C端个人中心' 12 s.summary = '网家家C端个人中心'
13 13
14 # This description is used to generate tags and improve search results. 14 # This description is used to generate tags and improve search results.
CNLiveCMineModule/Classes/CNCMine/View/CNTopImageView.m
@@ -198,7 +198,6 @@ @@ -198,7 +198,6 @@
198 if (!_backBtn) { 198 if (!_backBtn) {
199 _backBtn = [UIButton buttonWithType:UIButtonTypeCustom]; 199 _backBtn = [UIButton buttonWithType:UIButtonTypeCustom];
200 _backBtn.tag = 1004; 200 _backBtn.tag = 1004;
201 - _backBtn.touchAreaInsets = UIEdgeInsetsMake(-2, -16, -10, -16);  
202 [_backBtn setImage:[CNLiveCMineService imageWithMineName:@"back"] forState:UIControlStateNormal]; 201 [_backBtn setImage:[CNLiveCMineService imageWithMineName:@"back"] forState:UIControlStateNormal];
203 [_backBtn addTarget:self action:@selector(buttonAction:) forControlEvents:UIControlEventTouchUpInside]; 202 [_backBtn addTarget:self action:@selector(buttonAction:) forControlEvents:UIControlEventTouchUpInside];
204 } 203 }