Unity3D View Controller

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];

http://forum.unity3d.com/threads/100951-Accessing-Unity3D-View-Controller.