Forgive me for this question, but I am not very experienced in Objective-C. I have been trying to solve this problem for a few days, but I haven't been able to get a grasp on this problem and I need help from the experienced. I am on an endeavor in Xcode to create a simple game in which a ViewController, my first ViewController, provides a score which is on a UILabel. I have created another ViewController, my second ViewController, which I want to display the score and that is my problem. I know how to display the score on a UIAlertView, but it seemed unappealing. How do I have the same UILabel variable, which I have used %i, on two ViewControllers? I have tried to think of a few solutions to this predicament, but even if I did, I didn't know how to apply them. Can you create two labels working as one one two different ViewControllers? Can you keep it on the same ViewController such as customizing the graphics of a UIAlertView? I need help with creating solutions that are applicable. Thank You!
Example: Temple Run, Angry Birds, and all other great games tell you the score at the end of each level. How might I go about this?