You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When would you use Core Data over NSUserDefault?
16
17
- What is a managed object context?
@@ -71,6 +72,10 @@ Use the Table of Contents to practice and test your knowledge. It doesn't show t
71
72
72
73
## Database
73
74
75
+
#### What is NSFetchRequest?
76
+
77
+
NSFetchRequest is the class responsible for fetching from Core Data. Fetch requests can be used to fetch a set of objects meeting a certain criteria, individual values and more. ([source](https://medium.com/ios-os-x-development/50-ios-interview-questions-and-answers-part-2-45f952230b9f))
78
+
74
79
#### What is Core Data?
75
80
76
81
Core Data is a framework that is used to manage the model layer objects. It has the ability to persist object graphs to a persistent store.
0 commit comments