Commit bc7e19e03d9c77ce51dc8a6cb7fa8e00d8caf423
1 parent
94f3d216
提交
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveAVCamera/Classes/XFCameraController.m
| ... | ... | @@ -703,7 +703,7 @@ typedef void(^PropertyChangeBlock)(AVCaptureDevice *captureDevice); |
| 703 | 703 | _confirmButton = [[UIButton alloc] init]; |
| 704 | 704 | [_confirmButton setImage:[UIImage imageNamedFromMyBundle:@"fb_wancheng"] forState:UIControlStateNormal]; |
| 705 | 705 | [_confirmButton addTarget:self action:@selector(confirmBtnFunc) forControlEvents:UIControlEventTouchUpInside]; |
| 706 | - _confirmButton.cs_acceptEventInterval = 2.0f; | |
| 706 | +// _confirmButton.cs_acceptEventInterval = 2.0f; | |
| 707 | 707 | |
| 708 | 708 | } |
| 709 | 709 | return _confirmButton; | ... | ... |