I'm currently making an app that asks the user to enter information in a modal view, and that data needs to be accessed in a different view. Here is the set up:
In my New Exercise Controller
, the user will enter the information and I need to be able to use it to create cells in my New Workout View Controller
. How do I pass the data from my modal view back into this other view?