Click here to Skip to main content
15,899,634 members

Comments by Russ Perlow (Top 1 by date)

Russ Perlow 30-Jun-14 23:54pm View    
I though it was clear but I see how it is not. I have a NSInteger in 2 files, my main screen and my game screen which is the users highest score. Its saved in userDefaults so it always remains. All I want to do is store everyone's high score on a game center leader board. I want to have a global leader board where its the top 15 people in the world and then a second one with just game center friends so you can compare your personal score against your friends scores. I don't know if I made it more clear or worse sorry I don't really know how to clearly explain it without sitting and showing you everything in my code and examples of what I want to achieve.