Hello.
I've just started to learn Swift, SwiftUI programming, so lot of things that do not understand at the moment. First i tried to teach with SwiftUI tutorials, some things some things is understandable, some things very unusual for my 20+ years C/C++ programming experience.
I'd say that SwiftUI is one of the worse documented and usable that i saw in my carier.
So i'm trying to build using tutorials simple navigation secuence:
Main menu - some of items loaded in List, each item must navigate to different other pages. In Apple's examples they use NavigationLink and show new View of items (rows) of same type.
So i'm trying to find the way how to create other views of different type ofter tapping on List item.
I suppose that it is easy question, but i can not find even that answer in Apple's docs.
So may be someone can share example or link how to build View which works like i described?
Thanks,