Hi all.
I have 2 UIViewControllers with tableviews. on a scrollview.
UIController 0: is LocalHighScore.
UIController 1: is GlobalHighScore.
They have a method: loadHighScores: (int) where (int) tells it what file to load and reloads the data.
How do call the Method(s) on Global HighScore controller from the top level UIViewController??
ps. Global HighScore is offscreen. (does that even matter?)
thanks.
I have 2 UIViewControllers with tableviews. on a scrollview.
UIController 0: is LocalHighScore.
UIController 1: is GlobalHighScore.
They have a method: loadHighScores: (int) where (int) tells it what file to load and reloads the data.
How do call the Method(s) on Global HighScore controller from the top level UIViewController??
ps. Global HighScore is offscreen. (does that even matter?)
thanks.
Last edited: