Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Designed for use with NSDictionary and Core Data, this class extends the native functionality of NSManagedObjectContext to allow for easy handling of data.

Example

NSDictionary *data = [NSDictionary dictionaryWithObjectsAndKeys:@"myValue", @"myKey", nil];

[managedObjectContext delete:nil inEntity:@"Shop"];
[managedObjectContext add:data toEntity:@"Shop"];

About

Easily maps data to objects for quick use

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages