DEV Community

Cover image for SwiftUI — Complex navigation made easier with UIPilot
Raksha for Canopas Software

Posted on

SwiftUI — Complex navigation made easier with UIPilot

Recently, I’ve been engaged on an iOS app that makes use of SwiftUI, which is a tremendous factor that’s occurred to iOS growth in latest instances.

Having already labored on declarative frameworks on android (Jetpack compose), flutter and net (Vue.js, React), I used to be very completely satisfied to see an analogous framework on iOS rather than conventional crucial UIKit.

In this post, we will implement very complex navigation using UIPilot as shown below and then we will give a thought about the complexity of that doing using NavigationView and NavigationLink

Check out SwiftUI navigation library github.com/canopas/UIPilot for easy navigation.

To learn more, read the Complex navigation made easier with UIPilot

Latest comments (0)