/CoreDataOptimizationExample

Example project to go along with a blog post describing how to optimize CoreData

Primary LanguageObjective-CThe UnlicenseUnlicense

CoreDataOptimizationExample

###Purpose The purpose of this project is to provide supporting examples for my blog post on optimizing CoreDatad. There are a series of tests in the file TestFetchRequests that show how to use the optimizations I describe.

###Usage In order to run these tests:
1: Clone or download the project to your computer
2: Open the project in xcode
3: Navigate to the TestFetchRequests.m file
4: Run the tests by either using the shortcut cmd+u to run all tests, or clicking the empty diamonds next to the test signature that you would like to run.