24 skills found
evermeer / EVReflectionReflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift
GrahamDennis / GDCoreDataConcurrencyDebuggingGDCoreDataConcurrencyDebugging helps you find cases where NSManagedObject's are being called on the wrong thread or dispatch queue.
brunow / BWObjectMappingSmall library that parse almost automatically JSON and map it to any object, works with NSManagedObject.
fatbobman / CoreDataEvolutionSwiftData-style actor isolation, Swift-first NSManagedObject macros, and typed mapping for modern Core Data projects.
veritech / FRCoreDataOperationA Collection of NSOperation Subclasses that simplify the use of NSManagedObjects in background threads.
cruffenach / CRLoomA framework for threading NSManagedObject creation, updates and querying in Core Data
dehengxu / CoreDataEnvirA CoreData Envirement wrapper, use CoreData in convenient way and it's thread safe. It has been used in my works.
V8tr / CoreDataImages ArticleThe app implements and benchmarks different Core Data persistence options. It supplements the blog post http://www.vadimbulavin.com/how-to-save-images-and-videos-to-core-data-efficiently/
cdebortoli / JsonManagedObject SwiftSwift framework to convert JSON in NSManagedObject and vice versa.
Igor-Palaguta / MotoSwiftGenerates Swift NSManagedObject subclasses
m1entus / ContextWatcherExample which shows how to observe changes on single NSManagedObject instance
fatbobman / MOClonerA tiny library that implements deep copy of NSManagedObject
bteapot / BTDependentVCUIViewController category to respond to changes in NSManagedObject's state and properties.
cbot / ContextObserverA small library to manage CoreData notifications in order to update the user interface when a NSManagedObject is either inserted, deleted or updated.
timisted / TIManagedObjectExtensionsA category on NSManagedObject to facilitate easy creation, fetching and counting of objects with Core Data
drunkhacker / Nsmanagedobject CategoriesConvenient NSManagedObject Category methods
ellneal / CoreData JSONCoreData+JSON provides a link between JSON & NSManagedObject subclasses using a mapping model.
MattNewberry / NSManagedObjectContext UtilityEasily maps data to objects for quick use
stklieme / FetchableA Swift protocol extension to make Core Data NSManagedObject subclasses more generic
ArchieGoodwin / NWCoreDataHelperNSManagedObject category with Core Data helper methods for retrieving and saving data