Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Enricoza committed Jan 9, 2022
1 parent ffb42f4 commit 1a6332d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v1.2.0
Improve handling of pan gesture, matching the feeling of default `UINavigationController`.

### Changed

- `pan-to-pop` animation completion/cancellation is now decided on gesture `velocity` first and, only in case of low velocity, on progress percentage ([#12](https://github.com/Enricoza/EZCustomNavigation/issues/12)).
- `pan-to-pop` animation `completionSpeed` is increased based on gesture velocity at the end of the gesture itself.

## v1.1.2
A patch that includes some fixes and improvements to the default `EZPushPopAnimator` to make it more similar to the default Navigation Controller animator.

Expand Down
2 changes: 1 addition & 1 deletion EZCustomNavigation.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'EZCustomNavigation'
spec.author = { 'Enrico Zannini' => '[email protected]' }
spec.version = '1.1.2'
spec.version = '1.2.0'
spec.summary = 'Navigation animation and transition with pan gesture'
spec.license = { :type => 'MIT', :file => 'LICENSE.txt' }
spec.platform = :ios
Expand Down

0 comments on commit 1a6332d

Please sign in to comment.