v1.1.2
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.
Changed
EZPushPopAnimator
default duration is increased from0.2
to0.33
.EZPushPopAnimator
usesanimateKeyFrames
to allow usage ofcalculationModeCubic
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).- On the completion of the interactive animation the completion curve is set to
easeInOut
instead of linear and it's removed the completionSpeed (was0.5
).
Fixed
- A glitch that made translucent tabBar cut the pushed view controller during animation in case of
hidesBottomBarWhenPushed = true
(#4).