Skip to content

tutsplus/DataValidation-CommonConstraints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Envato Tuts+ Tutorial: Data Validation With Core Data: Common Constraints

Instructor: Bart Jacobs

No matter what persistence framework an application uses, the developer decides what is stored in the application's persistent store. This also means that the developer is in charge of validating the data before it is inserted into the persistent store.

If your application uses Core Data for persisting data, then you are in luck. The framework has a number of APIs for validating objects before they are persisted to disk. In this tutorial, I show you what options Core Data offers developers for validating objects.

Source files for the Envato Tuts+ tutorial: Data Validation With Core Data: Common Constraints

Read this tutorial on Envato Tuts+.