-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
For example, now it's complicated to import arrays when API attributes start in Uppercase string, because core data does not accept it. The way it works now you have to change every attribute user-defined variables in xcdatamodel.
Maybe a method in the model that returns a dictionary of the mapping should work:
- (NSDictionary *)LFSCoreDataMappingDictionary {
return @{ "MyApiKey", "mycoredatakey" };
}