I know this might sound like a backwards design decision but bare with me:
Is it possible to use NSManagedObjects (in an array) as items of an SCArrayOfObjectsSection? We are in the process of transforming an application to also use local storage besides being connected to a web service. We replaced our NSObject model classes with a core data model but handle the saving / loading of objects on our own.
We now face the problem that although objects load just fine, when we set an array of NSManagedObjects as the items of the SCArrayOfObjectsSection nothing is displayed by STV. Is there any limitation in place, such as STV not being able to read/write values from NSManagedObjects when initialized via a SCClassDefinition instead of an SCEntityDefinition?
Thank you
Gerald