Simplest way to keep a NSSinteger in an iPhone ?

Posted by micropsari on Stack Overflow See other posts from Stack Overflow or by micropsari
Published on 2010-04-22T20:30:43Z Indexed on 2010/04/22 20:33 UTC
Read the original article Hit count: 156

Filed under:

Hello,
I am coding my first iPhone game with cocos2D. And I want to save the best score of the player (just an NSInteger) in the app. What is the best and simplest way to keep this information ?

Thanks !

© Stack Overflow or respective owner

Related posts about iphone