↧
Answer by Louis Gerbarg for Is a Persistent Store a requirement for Core Data...
Absolutely, just set the store type to NSInMemoryStoreType. More specifically, you set it up like this:NSError *error = nil;//Ignore that it is called an "NSPersistentStore", it is not...
View ArticleIs a Persistent Store a requirement for Core Data on the iPhone?
I'm looking to use Core Data within my iPhone app.The app doesn't really need to store the data that is used, but it needs to be managed and queryable.Can Core Data be used for datasets that exist...
View Article
More Pages to Explore .....