From 3897eb6809a2a9a73a6790ad2764caa0ade97bd1 Mon Sep 17 00:00:00 2001 From: Enrico Zannini Date: Sat, 16 Jan 2021 11:47:03 +0100 Subject: [PATCH] Improve changelog --- CHANGELOG.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d841bb..8bf9608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,24 +5,22 @@ A patch that includes some fixes and improvements to the default `EZPushPopAnima ### Changed -- `pan-to-pop` gesture now requires `maximumNumberOfTouches` to be 1. -- `pan-to-pop` gesture won't start if the direction of the pan is wrong +- `EZPushPopAnimator` default duration is increased from `0.2` to `0.33`. +- `EZPushPopAnimator` uses `animateKeyFrames` to allow usage of `calculationModeCubic` in non-interactive transitions as it's more similar to the default NavigationController animation. +- `EZPushPopAnimator` now interposes a dimming view between the animating view controllers to imitate the default NavigationController animation ([#9](https://github.com/Enricoza/EZCustomNavigation/issues/9)). +- On the completion of the interactive animation the completion curve is set to `easeInOut` instead of linear and it's removed the completionSpeed (was `0.5`). ### Fixed - A glitch that made translucent tabBar cut the pushed view controller during animation in case of `hidesBottomBarWhenPushed = true` ([#4](https://github.com/Enricoza/EZCustomNavigation/issues/4)). -### Known Issues - -- Currently is not possible to activate leadingSwipeActions on UITableViews ([#6](https://github.com/Enricoza/EZCustomNavigation/issues/6)) - ## v1.1.1 A patch that includes some fixes and improvements to the `pan-to-pop` gesture interoperability with other gestures. ### Changed - `pan-to-pop` gesture now requires `maximumNumberOfTouches` to be 1. -- `pan-to-pop` gesture won't start if the direction of the pan is wrong +- `pan-to-pop` gesture won't start if the direction of the pan is wrong. ### Fixed