Simplest way to keep a NSInteger 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:43 UTC
Read the original article
Hit count: 187
iphone
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