Skip to content

1.3.0

Compare
Choose a tag to compare
@SD10 SD10 released this 30 Jul 18:58
· 144 commits to master since this release

This version fixes a few bugs related to animations and improves handling of UINavigationController delegate events and the ability to provide completion blocks for basic transition methods.

Thanks to @lkzhao, @2blane, @kartikthapar, and @bradphilips for contributing to this release 💪💯🥇

Added

  • Adds an optional completion block parameter to the dismissViewController and replaceViewController methods.
    #456 by @kartikthapar

Changed

  • Allows previous UINavigationController delegate to handle delegate events.
    #430 by @bradphilips

Fixed

  • Fixed shadows being cutoff by snapshots.
    #440 by @2blane
  • Fixed animation flickering on CALayer animation.
    f4dab9 by @lkzhao