1.3.0
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
andreplaceViewController
methods.
#456 by @kartikthapar
Changed
- Allows previous
UINavigationController
delegate to handle delegate events.
#430 by @bradphilips