How do I refer to the preceding view controller's properties and iboutlets in a uinavigationcontroller stack of views?
For instance, say the first screen has a high score uilabel, and the second screen is the game. How would I update this label from the game screen before popping back to it?
EDIT
Thanks for the answers. I think I will use Key Value Observing to change a Singleton classes highScore method. This blog post was useful in understanding how to do this: http://www.bit-101.com/blog/?p=1969