Closed wm-j-ray closed 11 years ago
Interesting. The code seems to show that calling MR_save should also save the background io queue. Are you running a current version of Magical Record? If this is still happening, let me know. A sample project would also do wonders in helping iron this out.
Got it to work by:
[[NSManagedObjectContext MR_defaultContext] MR_saveNestedContexts];
And I believe I'm using the latest version. Noob Question: How can I be sure?
Hi @wm-j-ray — that’s a good point re: checking the version you’re using. I’ll have a look at adding some kind of version identifier to a future release.
I must be doing something wrong because I can't get core data to update although the tableview is working properly. Here is the relevant code:
if (editingStyle == UITableViewCellEditingStyleDelete) {
I get a (MagicalSaves MR_saveWithErrorCallback -> Saving <NSManagedObjectContext
Can anybody give me a pointer as to what I'm doing wrong>
Thanx in Advance