NavigationStack in SwiftUI — iOS 16.0

Life becomes easier!

Mahmud Ahsan
Thinkdiff
Published in
2 min readAug 6, 2022

--

The author creates the cover pic.

When iOS 13 and SwiftUI first came, we faced issues creating navigation from one screen to another. There was no stack at the time. As we used UIKit before, it was a bit strange to do it manually in SwiftUI. But finally, Apple is giving us a new API NavigationStack.

What is a NavigationStack?

It is a view object…

--

--

I'm a software engineer passionate about web and mobile app development.