I wish to show the leaderboard in gamecenter, but I can’t gain access to the EAGLViewController, I see that there is a function inside AppController.mm but I can’t access it from where I need it.
How do I call the view controller?
[“view controller” presentModalViewController:leaderboardController animated:YES];