what do you mean by coredata
Answers
Answered by
1
Answer:
Core Data is a framework that you use to manage the model layer objects in your application. ... Maintenance of change propagation, including maintaining the consistency of relationships among objects.
Answered by
1
Core Data is an object graph and persistence framework provided by Apple in the macOS and iOS operating systems. It was introduced in Mac OS X 10.4 Tiger and iOS with iPhone SDK 3.0. It allows data organized by the relational entity–attribute model to be serialized into XML, binary, or SQLite stores.
Similar questions