Core Data

Core Data is a framework that allows creating relational data base. How to create a project using Core Data is shown on example which stores names. Create new project, choose “Window-based Application” and “Use Core Data for storage” (image 1). In “Resources” you will find xcdatamodel file in which you can see entities, attributes and…