Subclass of NSObject class that provide a powerful object mapping system
that reduces the amount of code you need to write to get things done.
This KVCObjectMapping class provides a modelling layer for mapping processed data
payloads (in JSON string format) into native Cocoa object declaratively. This lets developer stop worrying
about parsing and simply ask the object to populate information with the supplied NSDictionary.
Object mapping is implemented using Key-Value Coding, allowing for quick traversal
of the parsed object graph. Reflection is used on the property types to allow for mapping
from JSON string to object and from object to JSON string.
See Illustration
Download a master copy
Description:
- Language: Objective-C
- Support iOS 4.x and above
The demo uses:
- Xcode version: 4.5
- iOS 5.x SDK
- Support iPhone 5 screen size