Tag: Objective-C/辞書
NSDictionary *dictionary = ... for (NSString *key in [dictionary allKeys]) { NSString *value = [dictionary valueForKey:key];