|
OrganizeKit
OrganizeKit is a light-weight system to store and search objects. IntroductionProperties of objects can mostly be treated as key-value relationship. In most case, objects can also be grouped together. OrganizeKit offers OKObject and OKGroup for this general purpose. Once data structures are mapped into OKObject and OKGroup, it can be stored and searched. It saves programmer time and effort to support these common functions. For power users, CoreData, Key-Value Coding, Archiver, SQLIte3 may be your friends. |
Sign in to add a comment