Does anyone have some tips as to how to insert tablecells when CoreData objects have been added? What possibilities does coredata have to notify the tableView? Or should the tableView monitor CoreData? Will I get into trouble when doing a reloadData?
I am looking for a/the way to do this. I can probably figure the code out from there.
Does anyone have some tips as to how to insert tablecells when CoreData objects
Share
I used the notifications from NSManagedObjectContextObjectsDidChangeNotification