I have an Array, which consists of object,key,object,key,object,key.
How to init NSMutableDictionary with this array?
I found methods for separated arrays of keys(ArrayOfKeys) and objects(ArrayOfObjects), but not for this mixed Array.
also ObjectsAndKeys maybe help, but i don't know how.
Thanks for help!