Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 944 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 944 Bytes

CoreDataDemo

Learned how to:

  • create entity:
    • with auto class definition
    • with manual class definition
  • create new entity instances
  • change entity atributes
  • delete entity instances
  • fetch context
  • save context
  • implement simple CoraData manager
  • handle context changes usin NSFetchedResultsControllerDelegate
  • create relationships between entities

VIDEO DEMO

cd10.mov