hi,
I wonder if it's possible to loop through the same view controller in some analogous fashion to segueing?
Basically I want to use a single view controller to prompt for an input then the user pushes a button on that view controller and the output is displayed on that same view controller then I want the process to begin again with a new prompt for input.
Is there some analogous code to the the segue function? - or is it as simple as a while loop? thanks
I wonder if it's possible to loop through the same view controller in some analogous fashion to segueing?
Basically I want to use a single view controller to prompt for an input then the user pushes a button on that view controller and the output is displayed on that same view controller then I want the process to begin again with a new prompt for input.
Is there some analogous code to the the segue function? - or is it as simple as a while loop? thanks