Rightpoint / RZImport

Automatic importing of data from NSDictionary to Cocoa objects
Other
18 stars 6 forks source link

Feature/arrouse/nested import #14

Closed alexrrouse closed 10 years ago

alexrrouse commented 10 years ago

This allows the user to specify a list of keys that are property types for custom objects. These will automatically be attempted to be imported using RZImport.

Let me know what you think of this functionality as well as the implementation. Feedback is greatly appreciated.

alexrrouse commented 10 years ago

@ndonald2 @Raizlabs/maintainers-ios if you have a change to look this over that would be great. Although no rush on it.

ndonald2 commented 10 years ago

@arrouse Code looks/works great. Nice job! My only suggestion is the comment about the name of the RZImportable method. Also a piece in the README would be great. BTW - I might be able to use this in RZVinyl as well to simplify some things. Great addition!

alexrrouse commented 10 years ago

@ndonald2 Glad to hear that it could help. I added an example in the readme, not sure it really needs a full example or just an explanation, but both are in there now so you can pick and choose what you think makes sense. Also did the renaming, definitely a better name.