Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create an app that will have my own tableView of the top (public) high scores. Basically a leaderboard. I don't want to have the typical look.

I want to create my own. Is there a way I can create it myself? If not, is there a library that is already made?
Posted
Comments
Michael_Davies 24-Aug-15 2:22am    
Please do not ask the same question more than once.

Polymorph gave you a reasonable and correct answer.

http://www.codeproject.com/Questions/1021355/I-want-to-create-a-leader-board-stored-in-my-own-t?arn=7
Ben J. Boyle 24-Aug-15 11:39am    
Why not use gamecenter? it's designed for leaderboards and achievements and to allow players to see what their friends are doing.

https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/GameKit_Guide/GameCenterOverview/GameCenterOverview.html

1 solution

"I want to create my own."

Excellent, good idea.

"Is there a way I can create it myself?"

Yes, design the application then write and test it.

"If not, is there a library that is already made?"

Probably, why not use a search engine to look around.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900