Post

Replies

Boosts

Views

Activity

Reply to Multi Step View Form
Finally I made it with NavigationStack and paths to get 3 screens or more without problem. NavigationStack(path: yourPaths) { FirstScreen() . navigationDestination(for: YourPath.self){ path in switch path {......} } } If someone wants the complete solution, don't hesitate to write me. Thanks!
Dec ’22