deskside / emodiary

0 stars 0 forks source link

❌No more NavigationView #13

Closed deskside closed 1 year ago

deskside commented 1 year ago

Use NavigationStack and NavigationSplitView instead. For more information, see Migrating to new navigation types.

deskside commented 1 year ago

NavigationStack can simply replace the NavigationView.

deskside commented 1 year ago

The most common way to use NavigationLink:

NavigationLink(destination: XXXView){
   Lable
}