资 源 简 介
Project
MoltenCore
A Collection of Utilities/Base Classes and other Tid-Bits to make Programming for iOS/OS X easier.
MoltenCore iis an Objective-C Framework that provides additional functionality like Data Modeling Classes for
JSON and XML. It also includes Classes for implementing Webservice clients.
The Data Modeling system is intended to be used when CoreData can"t be used. Like for instance when you make a
webservice call, at present I am not sure you can take the JSON or XML that is returned and create Core Data
Objects based on them. This is where my code steps in. Its fully KVC Compliant which means to a certain degree
that it works with Bindings, NSArrayController, and NSTreeController. It also is designed so that you can
instantiate entire trees/graphs of data models from a single init call. I think that this is a very powerful
concept.
The Webservices component to this is designed to be very very flexible, and completely asy