0

Let's say I use Core Data with entity 'Book' which has 'name', 'author', 'summary' and 'isFavorite' attributes. I prefill the Core Data and the only attribute which user can edit is 'isFavorite'. In the next version of the app for some records I want to change/correct content of the 'summary' attribute but keep content of the 'name', 'author' and - most important - 'isFavorite'. Can I somehow use Core Data versioning for that? Or the Core Data versioning is only for model and has nothing to do with content and I should I look for some other solution?

0 Answers0