In this tutorial I will show you how you can store custom objects to disk on the iPhone. I will create a simple array containing custom Person objects. Then I will store the array to disk and afterwards load the array. The clue is to implement the NSCoding protocol in the Person class, or the [...]
Posted on December 15, 2008, 9:15 pm, by ScratchMyTail, under
Blog,
WordPress.
Today I finally decided to install WordPress version 2.7. I have never used any blog engine before so this is my first try using one. So far (couple of hours) I am very impressed by the choice I made. Previous blogs I’ve had running were homemade. I never finished programming the functionality in those so [...]