I was wondering if there is a way to store small amounts of data, without going to a full-blown core-data API. I just need to store 6 \'double\' values somewhere... What\'
The easiest way to store small amounts of data without using some of the larger API's is the NSUserDefaults class. It's really easy to set up and use.