How to upgrade NSCoding's initWithCoder as properties in a class are changing?

83 Views Asked by At

My class has some added properties and I change my class's initWithCoder to parse out the new types. This causes a crash if the archive file is still using the old format. How do I sensibly implement the code without causing such a crash as properties changes in a class over time?

0

There are 0 best solutions below