This is my first time making an iOS app, and my simple app will consist of a form, which upon submit(button or navigation link), will do an api call, and display the result in a list in another view. I am trying to use NavigationLink to go to the next view, and passing in the […]