I'm new to Xcode and am trying to make a simple application where I enter a value hit a button and the value is passed to the next view and displayed. I am having trouble finding content on the internet on how to do this.
I created a Single View Application and another view controller, then connected them with a modal but cannot figure out how to pass values between the two.
Any pointers or good references would be awesome.