¡@

Home 

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

iphone Programming Glossary: savedarrayofscorecards

Saving Array To File Objective C

http://stackoverflow.com/questions/11159206/saving-array-to-file-objective-c

paths objectAtIndex 0 NSString filePath NSString stringWithFormat @ @ scoreCards.dgs documentsDirectory NSMutableArray savedArrayOfScorecards NSMutableArray alloc init savedArrayOfScorecards NSMutableArray arrayWithContentsOfFile filePath savedArrayOfScorecards.. stringWithFormat @ @ scoreCards.dgs documentsDirectory NSMutableArray savedArrayOfScorecards NSMutableArray alloc init savedArrayOfScorecards NSMutableArray arrayWithContentsOfFile filePath savedArrayOfScorecards addObject currentScoreCard savedArrayOfScorecards.. NSMutableArray alloc init savedArrayOfScorecards NSMutableArray arrayWithContentsOfFile filePath savedArrayOfScorecards addObject currentScoreCard savedArrayOfScorecards writeToFile filePath atomically YES The file scoreCards.dgs is not even..