¡@

Home 

2014/10/15 ¤U¤È 10:13:32

iphone Programming Glossary: rshighscore

Save own Class with NSCoder

http://stackoverflow.com/questions/4317164/save-own-class-with-nscoder

own Class with NSCoder I'm trying to store some custom class data to a file in my iPhone iPad app. I have a Class RSHighscoreList @interface RSHighscoreList NSObject NSMutableArray list which contains objects of RSHighscore in the list @interface.. I'm trying to store some custom class data to a file in my iPhone iPad app. I have a Class RSHighscoreList @interface RSHighscoreList NSObject NSMutableArray list which contains objects of RSHighscore in the list @interface RSHighscore NSObject NSString.. app. I have a Class RSHighscoreList @interface RSHighscoreList NSObject NSMutableArray list which contains objects of RSHighscore in the list @interface RSHighscore NSObject NSString playerName NSInteger points When I try to store all to file void writeDataStore..