NSManagedObject(ETCoreData) Category Reference
Declared in | ETCoreData.h |
Overview
NSManagedObject (ETCoreData)
is a helper category that provides better NSManagedObject
handling.
Instance Methods
fillFromDictionary:dateFormatter:
Fills the NSManagedObject
instance with the provided NSDictionary
using KVO and the provided NSDateFormatter
.
- (void)fillFromDictionary:(NSDictionary *)keyedValues dateFormatter:(NSDateFormatter *)dateFormatter
Parameters
- keyedValues
The
NSDictionary
containing the values to be used to fill theNSManagedObject
instance.
- dateFormatter
The
NSDateFormatter
that will be used to format all theNSDate
objects contained in thekeyedValues
dictionaries.
Declared In
ETCoreData.h