I am a newbie in xcode and still learning its very basics. If my question feels too basic, please bear with me.
I have a view, which is my main view. When user clicks on a button (Options Button), I want to go to a second view. Here user can select one option from many available.
Once user selected his option, I want to send this value back to first view and resume processing from where it was (when user clicked the Options Button).
Important - User will be moving from view1 to view2 in the mid of processing. I have to join back from view2 to view1 and resume from exactly where I left off... this means, i need all variable values to be available.