Just new to xcode. I'm trying to create a quiz app with several questions and answers stored in a plist file. So far the first question and answers are correctly displayed in a labels on the UIView. There is also a next button that displays when the correct answer is given. When the "Next" button is pressed the next question and answers should be loaded into the labels on the UIView.
Any idea what the code for this might be?