I am setting up a signup form for an app in xcode and I am trying to use two screens for the form. The first view controller has first and last name and the second view controller has email and password.
What is the best way to set this up to pass the data from the first screen to the second screen to create an account? I am using swift 2.0.