fast enumeration for NSDictionary instance ordered by the key
问题 Overview I am using fast enumeration to iterate through an NSDictionary instance I expected the NSDictionary instance to be enumerated based on the ascending order of the key but that doesn't seem to be the case What I want to do: I want to be able iterate through the NSDictionary instance in the ascending order of the key using fast enumeration Note: Pls see expected output vs actual output Questions Am i making a mistake with my implementation ? Does NSDictionary's fast enumeration