RxCoordinator v2.0.7 Release Notes
Release Date: 2020-02-03 // almost 5 years ago-
๐ Changelog:
- ๐ NavigationAnimationDelegate now allows NavigationCoordinator to check for removable children whenever the navigation controller's view controllers change. This results in earlier released children of NavigationCoordinators, especially when interactive pop gestures are used.
Previous changes from v2.0.6
-
๐ Changelog:
- The
viewController
property of aBaseCoordinator
or any subclass is nowopen
enabling it to be overriden outside of the XCoordinator framework.
- The