I know this is probably basic, but I am brand new to programming and I am struggling to find the answer. Here is what I have:
A music trivia app with a score, timer, and 4 buttons as answers. Each question is on it's own separate viewController/xib file. If you get the question correct you choose next and it goes to the next question(viewController). Sorry if my terms are incorrect.
All I want to do is when the app terminates, when you relaunch, it goes to my Start screen and they can choose to start again, or continue where the app terminated. Can someone please help me with this? I need to return to the last question when terminates, and save the score. Thank you in advance.
A music trivia app with a score, timer, and 4 buttons as answers. Each question is on it's own separate viewController/xib file. If you get the question correct you choose next and it goes to the next question(viewController). Sorry if my terms are incorrect.
All I want to do is when the app terminates, when you relaunch, it goes to my Start screen and they can choose to start again, or continue where the app terminated. Can someone please help me with this? I need to return to the last question when terminates, and save the score. Thank you in advance.