Implement a Game Center leaderboard (iOS 7)
This tutorial will teach you how to implement a Game Center leaderboard in an iOS 7 app. Step 1: Importing the GameKit Framework Assuming you have an existing project you need to import the GameKit Framework. This can be easily done by selecting the project name and under General->Linked Frameworks . . . Read more