Advanced Navigation Destinations in SwiftUI
Michael Long ∙ 10 min read![]() ∙ View on MediumAdvanced Navigation Destinations in SwiftUIA set of powerful techniques that might just change how you view navigation in SwiftUI. Forever.![]() Two years ago Apple revamped navigation in iOS 16 with the introduction of While With NavigationLink value you no longer had to deal with a view explicitly defining its destination inside of each and every NavigationLink. NavigationLink("View Account") { AccountDetailView(viewModel: AccountDetailsViewModel(account: selectedAccount)) } Nor did you have to worry about overly eager evaluations of the destination view that lead so many of us astray. … 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 Medium, 548 Market St, PMB 42061, San Francisco, CA 94104 Careers·Help Center·Privacy Policy·Terms of service |