Commit 2f86abaeaa708c8e2a492c8cf7b0556130623d16

Authored by yanglingyu
1 parent b70d086a

0.3.8

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