Navigation Checkpoints in SwiftUI
Michael Long ∙ 5 min read![]() ∙ View on MediumNavigation Checkpoints in SwiftUIIntroducing a powerful tool for SwiftUI navigation.![]() From this point on I'm going to be referencing my new open source library Navigator and how it solves many of the problems inherent in SwiftUI navigation. And one of those problems is one that we've all faced. How can we return to a specific place in the navigation tree? OverviewLike most open sourced navigation systems based on Button("Pop To Previous Screen") { navigator.pop() } Button("Dismiss Presented View") { navigator.dismiss() } Handy operations to be sure, but they're also imperative operations. While… Continue reading This is a member-only story and can only be read on Medium. Sent to sikubaycom.s3cr3tz@blogger.com by Michael Long on Medium Unsubscribe from this newsletter or unsubscribe from all newsletters from Medium Manage your email settings 3500 South DuPont Highway, Suite IQ-101, Dover, DE 19901 Careers·Help Center·Privacy Policy·Terms of service |