SyntaxFix
Write A Post
Hire A Developer
Questions
If you need to mutate the dictionary while enumerating:
for (NSString* key in xyz.allKeys) { [xyz setValue:[NSNumber numberWithBool:YES] forKey:key]; }