Connect with us

Code

UIPilot – Typesafe SwiftUI navigation library

The missing typesafe SwiftUI navigation library.

Why another SwiftUI navigation library?

  • UIPilot is not a replacement of the SwiftUI’s NavigationView, it’s rather a wrapper around it that you would have likely written. Thus all standard NavigationView features like title, swipe gesture, topbar etc. are available by default.
  • APIs are inspired by the android, flutter and web based routers – Very simple and easy to use.
  • Typesafe navigation – Routing to wrong path will fail at compile time rather than runtime.
  • Typesafe parameters – Routing with wrong parameters will fail at compile time rather than runtime.
  • Very tiny library – it’s barely 200 lines of code.

Documentation

Visit the website for documentation and more information.

Examples

Please have a look at the article and the examples to know more about different use cases of UIPilot.

UIPilot at GitHub: https://github.com/canopas/UIPilot
Platform: iOS
⭐️: 108
Advertisement

Trending