Describe managed object context and...
Describe managed object context and...
A managed object context (represented by an instance of NSManagedObjectContext
) is a central component in the Core Data stack of an iOS application. It acts as an in-memory "scratchpad" for managing a collection of managed objects, which represent data from one or more persistent stores.
Life-Cycle Management:
Fetching and Managing Data:
Concurrency:
Notifications:
Object Graph Management:
When you fetch objects from a persistent store, they are brought into the managed object context where you can modify them. These changes remain in the context until you explicitly save them, at which point they are written back to the persistent store. T...
senior
Gợi ý câu hỏi phỏng vấn
Chưa có bình luận nào