Skip to content

Instantly share code, notes, and snippets.

View mlvea's full-sized avatar
🌴
On vacation

Phanerozoic mlvea

🌴
On vacation
View GitHub Profile
@mlvea
mlvea / NSManagedObject+Duplicate.h
Created June 2, 2016 08:51
Easily duplicate CoreData objects with this universal category
//
// NSManagedObject+Duplicate.h
//
// Copyright (c) 2014 Barry Allard
//
// MIT license
//
// inspiration: https://stackoverflow.com/questions/2998613/how-do-i-copy-or-move-an-nsmanagedobject-from-one-context-to-another
#import <CoreData/CoreData.h>