Hello,
I'm very new to SwiftUI, Swift and iOS Development. As a first I have a project where I have a List with NavigationLinks. The links open the specified View.
On a now shown View, I again have a List with NavigationLinks. These Links do open the specified Views, but it's like the NavigationBar of the previous View (opend from a NavigationLink) is still visible. Is there anyway to open the Views like the would with Show()?
For clarification:
I want it like in the stock Clock App where on the Alarms Page you have a list of alarms, you tap on one alarm and get the DatePicker and list to choose name, sound, reoccurance.
In my project, the tap on the alarm shows the next View correct, but tapping on e.g. "name" does show the View like described above.
Maybe some screenshots help:
First NavigationLink tapped:
NavigationLink from NavigationLink tapped:
2
0
656