Tagged Questions
3
votes
2answers
2k views
NSManagedObject setValue problem (Core Data)
I wish to edit an existing record in core data. At the moment, I have this code, but it creates a new record (and inserts the correct data into the correct column):
NSManagedObjectContext *context = ...
0
votes
2answers
174 views
Save NSDate to CoreData
i want to save NSDate from XML to coreData.
I dont know how to set the Value for NSDate. Can someone give me little help?
My Entity attribute is NSDate. Or should it be a String and Save the Date as ...