Commit 2f86abaeaa708c8e2a492c8cf7b0556130623d16
1 parent
b70d086a
0.3.8
Showing
2 changed files
with
1 additions
and
2 deletions
CNLiveCMineModule.podspec
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 | } | ... | ... |