Commit 52a58a261e9c3dea1e4369a7f5e019b74a5b325c
1 parent
bb8fa86e
3.1.4
Showing
2 changed files
with
2 additions
and
2 deletions
YBImageBrowser_DSCnliveShop.podspec
| 1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
| 2 | s.name = "YBImageBrowser_DSCnliveShop" | 2 | s.name = "YBImageBrowser_DSCnliveShop" |
| 3 | - s.version = "3.1.3" | 3 | + s.version = "3.1.4" |
| 4 | s.summary = "YBImageBrowser改依赖为YYKit" | 4 | s.summary = "YBImageBrowser改依赖为YYKit" |
| 5 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" | 5 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" |
| 6 | s.author = { "DSIOSTeam" => "694092596@qq.com" } | 6 | s.author = { "DSIOSTeam" => "694092596@qq.com" } |
YBImageBrowser_DSCnliveShop/Classes/YBImageBrowser/Image/YBIBImageCell.m
| @@ -348,7 +348,7 @@ | @@ -348,7 +348,7 @@ | ||
| 348 | 348 | ||
| 349 | if (pan.state == UIGestureRecognizerStateBegan) { | 349 | if (pan.state == UIGestureRecognizerStateBegan) { |
| 350 | _interactStartPoint = point; | 350 | _interactStartPoint = point; |
| 351 | - [[NSNotificationCenter defaultCenter] postNotificationName:@"CNLivePhotoBrowserestureRecognizerStateBeganNotification" object:nil]; | 351 | + [[NSNotificationCenter defaultCenter] postNotificationName:@"CNLivePhotoBrowserestureRecognizerStateBeganNotification" object:pan]; |
| 352 | } else if (pan.state == UIGestureRecognizerStateCancelled || pan.state == UIGestureRecognizerStateEnded || pan.state == UIGestureRecognizerStateRecognized || pan.state == UIGestureRecognizerStateFailed) { | 352 | } else if (pan.state == UIGestureRecognizerStateCancelled || pan.state == UIGestureRecognizerStateEnded || pan.state == UIGestureRecognizerStateRecognized || pan.state == UIGestureRecognizerStateFailed) { |
| 353 | 353 | ||
| 354 | // End. | 354 | // End. |