Best way to display a "High Scores" Results

Posted by George on Stack Overflow See other posts from Stack Overflow or by George
Published on 2010-03-13T22:06:33Z Indexed on 2010/03/13 22:15 UTC
Read the original article Hit count: 259

Filed under:
|

First, I would to thank everyone for all the help they provide via this website. It has gotten me to the point of almost being able to release my first iPhone app!

Okay, so the last part I have is this: I have a game that allows users to save their high scores. I update a plist file which contains the users Name, Level, and score.

Now I want to create a screen that will display the top 20 high scores. What would be the best way to do this? At first I thought possibly creating an HTML file with this info but am not even sure if that is possible. I would need to read the plist file, and then write it out as HTML. Is this possible? To write a file out as HTML?

Or an even better question, is there a better way?

Thanks in advance for any and all help!

Geo...

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode