QRoute

1.0.8

Declarative *walking* router for UI navigation in pure Swift.
quickthyme/qroute

What's New

1.0.8

2021-04-27T17:11:56Z

Updates for deprecated keyword class

qroute QRoute

release_version build status swiftpm_compatible license

QRoute /'kyoo•root/ - n - Declarative walking router for UI navigation.

  • human readable composition of complex navigation hierarchies
  • automatic pathfinding between routes
  • declarative, test-friendly solution for driving view navigation
  • compatible with any kind of navigation
  • mediation of input dependencies

The QRoute walking router is specifically designed to handle situations where you have a hierarchical arrangement of scenes, pages, windows, or views, and you need a clean, declarative way in which to define, orchestrate, and drive sweeping, multi-step navigation routines.

QRoute will determine the nearest path and then drive your custom resolvers (the components that integrate with your particular UI navigation framework), asynchronously invoking them in the correct order, until finally arriving at the destination.


An introduction to the library and what it does.

Install and start building right away using this quick-start overview.

More details on how to use QRoute in an application can be found here.

There is an example app qroute-example-ios, written for iOS that demonstrates how one might go about using various navigation mechanisms.

Description

  • Swift Tools 4.2.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Mar 16 2024 04:43:24 GMT-0900 (Hawaii-Aleutian Daylight Time)