How to Save the Contents of an Array to the iPhone’s Filesystem

Matthew Campbell, February 22nd, 2010

Here is one easy way to save data in your iPhone apps.

If you are using an array, say a list of strings, you can easily save that information to the documents directory of your app. In this example, we are going to create an array, fill it with values and then save the contents of the array to the documents directory.

[Read More]