NavigationHelper
is a small library with utilities to aid the navigation in iOS and macOS apps.
The main class SerialHandler
can handle executable actions: each action returns a Future
for its asynchronous execution, and the class will handle the serial chaining of the actions.
The NavigationHelperUIKit
library contains extensions of UIViewController
, UINavigationController
and UITabBarController
to make them conform to the Presenter
protocol.
link |
Stars: 4 |
Last commit: 1 week ago |
On previous version, it wasn't possible to archive a project that imports NavigationHelper because NavigationHelperUIKit needed to explicitly declare its dependency to NavigationHelper module. Fix in this version.
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco