It seems like it crashes because of the data that is cached in the quiz view...
IN QUIZVIEW.M do this:
Code:
- (IBAction)buttonStart:(id)sender
{
[self loadQuiz];
//[self askQuestion];
}
Then once you get to the quiz, hit the yes button, then the quiz will start, and you can go thru all the motions, but once you try to restart, the quiz view is back to where you left off....See what I mean? Sorry! Im sure you can figure this out... I just cant
Thank you!!! Let me know if you have any findings!
Mandy!