Commit 52a58a261e9c3dea1e4369a7f5e019b74a5b325c
1 parent
bb8fa86e
3.1.4
Showing
2 changed files
with
2 additions
and
2 deletions
YBImageBrowser_DSCnliveShop.podspec
YBImageBrowser_DSCnliveShop/Classes/YBImageBrowser/Image/YBIBImageCell.m
| ... | ... | @@ -348,7 +348,7 @@ |
| 348 | 348 | |
| 349 | 349 | if (pan.state == UIGestureRecognizerStateBegan) { |
| 350 | 350 | _interactStartPoint = point; |
| 351 | - [[NSNotificationCenter defaultCenter] postNotificationName:@"CNLivePhotoBrowserestureRecognizerStateBeganNotification" object:nil]; | |
| 351 | + [[NSNotificationCenter defaultCenter] postNotificationName:@"CNLivePhotoBrowserestureRecognizerStateBeganNotification" object:pan]; | |
| 352 | 352 | } else if (pan.state == UIGestureRecognizerStateCancelled || pan.state == UIGestureRecognizerStateEnded || pan.state == UIGestureRecognizerStateRecognized || pan.state == UIGestureRecognizerStateFailed) { |
| 353 | 353 | |
| 354 | 354 | // End. | ... | ... |