wbyoung / CoreData

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core Data Examples

This repository includes code demonstrating asynchronous importing and searching with Core Data.

This example was created to accompany a presentation. There are various issues with it including but not limited to those below. Please thoroughly test anything you use from this example before using it in production.

Issues

  • There is no error handling
  • Refreshed and reset objects are not handled in asynchronous searching
  • Duplicates could be added in the asynchronous search if an object is updated & inserted & deleted during the search

Feel free to contact me with questions or concerns regarding this example.

About


Languages

Language:Objective-C 73.2%Language:Python 26.8%