views:

39

answers:

1

I have a custom class full of BOOLs, ints, NSStrings, NSMutableArrays etc.

Is there a way to save the class as a whole to NSUserDefaults (and load it)? If so, how would I do it?