NSOrderedDictionary 1.0.1

NSOrderedDictionary 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Brandon McQuilkin

A cross between NSArray and NSDictionary. It holds an ordered list of objects and keys.

All of which can be accessed by index, or key. This class is not a minimally finished class, with one or two methods. It follows Apple's subclassing protocols for NSArray and NSDictionary. It has methods comparable to all of NSArray's methods and all of NSDictionary's methods. It also supports NSCoding, NSCopying, KVO, and supports NSFastEnumeration over the objects or keys. It is the only fully implemented ordered dictionary class.

Installation

pod 'NSOrderedDictionary'

Authors

Brandon McQuilkin

License

MIT