IHMutableOrderedDictionary
A simple replacement for NSMutableDictionary, which returns its keys in the order inserted.
Install / Use
/learn @iljaiwas/IHMutableOrderedDictionaryREADME
A simple replacement for NSMutableDictionary, which returns its keys during an enumeration in the order they were inserted.
This class uses modern Objective-C features as properties and ARC.It supports fast enumeration, as well as keyed and indexed subscript access.
Beyond the included test cases absolutly not testing was done, so be prepared for the worst.
