I have a bunch of variables set in a viewcontroller just after Import UIkit and just before the class 'classname' { } .
After I dismiss the viewcontroller so that I return to the root view controller then I might want to return to this viewcontroller. I need to reset all the variables to their original values. How do I do that? thanks for your help
After I dismiss the viewcontroller so that I return to the root view controller then I might want to return to this viewcontroller. I need to reset all the variables to their original values. How do I do that? thanks for your help