SyntaxFix
Write A Post
Hire A Developer
Questions
The easiest way to enumerate a dictionary is
for (NSString *key in tDictionary.keyEnumerator) { //do something here; }
where tDictionary is the NSDictionary or NSMutableDictionary you want to iterate.
tDictionary
NSDictionary
NSMutableDictionary