DEV Community

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

Posted on

3

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

Sentry mobile image

Improving mobile performance, from slow screens to app start time

Based on our experience working with thousands of mobile developer teams, we developed a mobile monitoring maturity curve.

Read more

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay