Skip to content

v1.1.2

Compare
Choose a tag to compare
@Enricoza Enricoza released this 16 Jan 10:48
· 6 commits to master since this release

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 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).
  • 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).