Can someone explain in practice the differences between NSArrayContoller (Class / Entity} modes?
I just run into some debugging issues in a working document-based Core Data application (using Entity mode for all my controllers).
My database structure has become quite complex, and it takes a long time to find the wrong bindings (erroneous key paths, etc.). I also created classes for each object in my data model.
Will tracking bug errors matter if I switch all my controllers to class mode?
source
share