Going thru the Foundations Course I have found ‘Code Snippets’ to be very useful. I am using a different version of Xcode than the lessons are written in. In using something like a Navigation View I found if easier to make my own snippet that formats the view in the way that the video uses instead of getting a popup window, looking for the correct format and then using it.
The snippet for a Navigation Link I created is:
NavigationLink {
<#code#>
} label: {
<#code#>
}
I set navl as the completion word so to insert it into a file I just type “navl” and then press enter. The code is inserted and I just edit it for the window.
Anyone else using snippets and have some they would like to share?