Connect with us

Media

Create Custom Navigation Stack using SwiftUI 4.0

SwiftUI now has become a better tool for developer to build their app or switch their workflow from UIKit.

Recent advancement of SwiftUI 4 announced in WWDC by Apple has reinvented the SwiftUI Navigation System.

Earlier SwiftUI provides a default navigation wrapper which automatically switches between Stack Navigation and Column based navigation based on Device Size and Layout.

But Apple’s approach to Stack Navigation has never been complete as a developer can’t build stack navigation further to one stack to do so they need to use some other packages or method.

In this video we gonna take a look at Navigation Stack for SwiftUI 4.

Source Code : https://github.com/recoding-io/swiftui-videos/tree/main/SwiftUI_4/Navigation_Stack_SwiftUI_4

Advertisement

Trending