Skip to content

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.

Notifications You must be signed in to change notification settings

jschacker/KVCObjectMapping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KVCObjectMapping

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published