We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having a server response (chunk)
"thumbnails": { "120x79” : ”<url>”, “800x600” : "<another URL>" }
I'd like to get two entities of "thumbnail" type having both dictionary key and its value stored in its properties.
@interface Thumbnail : NSManagedObject @property (nonatomic, retain) NSString * imageDimensions; // @"120x79” @property (nonatomic, retain) NSString * url; // "<url>” @end
The text was updated successfully, but these errors were encountered:
The home repo (EasyMapping/EasyMapping) seems to have the API to solve this problem. https://github.com/EasyMapping/EasyMapping/blob/master/EasyMapping/EKObjectMapping.h#L167
Please merge it to your fork.
Sorry, something went wrong.
@dodikk I'll take a look on this weekends, thanks!
dimazen
No branches or pull requests
Having a server response (chunk)
I'd like to get two entities of "thumbnail" type having both dictionary key and its value stored in its properties.
The text was updated successfully, but these errors were encountered: