Storing data to NSUserDefaults

Viewed 16600

In my iPhone app, I have a class called Contact which consists of an ABRecordRef to serve as a reference to a particular contact.

I need to store groups of these contacts in NSUserDefaults, but things aren't working out so well since Contact is a custom class.

Any ideas of what to do in this case?

4 Answers
Related