Skip to content

Commit

Permalink
调整音量手势
Browse files Browse the repository at this point in the history
  • Loading branch information
changsanjiang committed Dec 19, 2017
1 parent b289347 commit b9470c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SJVideoPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SJVideoPlayer'
s.version = '1.2.11'
s.version = '1.3.0'
s.summary = 'video player.'
s.description = 'https://github.com/changsanjiang/SJVideoPlayer/blob/master/README.md'
s.homepage = 'https://github.com/changsanjiang/SJVideoPlayer'
Expand Down
2 changes: 1 addition & 1 deletion SJVideoPlayer/Player/SJVideoPlayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ - (void)gesturesHandleWithTargetView:(UIView *)targetView {
}
break;
case SJPanLocation_Right: {
CGFloat value = translate.y * 0.006;
CGFloat value = translate.y * 0.012;
self.volBrigControl.volume -= value;
}
break;
Expand Down
Binary file not shown.

0 comments on commit b9470c5

Please sign in to comment.