Can someone possibly point me in the right directions for saving a small amount of data. SQLite seems overkill (is it?).
So possibly looking at NSKeyedArchiver?
My class is like thus (psuedo)..
MyClass.name = "timmy mallet"
MyClass.school = "rochester"
am i right to go down the NSKeyedArchiver route?
So possibly looking at NSKeyedArchiver?
My class is like thus (psuedo)..
MyClass.name = "timmy mallet"
MyClass.school = "rochester"
am i right to go down the NSKeyedArchiver route?