nscoder Questions
1
Solved
This will save an array (I think).
- (void)encodeWithCoder:(NSCoder *)encoder {
[encoder encodeObject:myArray forKey:@"myArray"];
}
Do I have to directly call this method when I want to save an...
Fossa asked 18/9, 2010 at 13:39
© 2022 - 2024 — McMap. All rights reserved.