Reputation: 2380
I have 2 attributes in CoreData Entity - currentTime
and artist
.
I want to update the currentTime
without updating the artist
attribute.
How to do that?
Upvotes: 0
Views: 97
Reputation: 2663
This library could be usefull for you:
https://github.com/magicalpanda/MagicalRecord
Upvotes: 1