M13OrderedDictionary 1.1.0

M13OrderedDictionary 1.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2015

Maintained by Brandon McQuilkin.



  • By
  • Brandon McQuilkin

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

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 'M13OrderedDictionary'

Authors

Brandon McQuilkin

License

MIT