Top > NSDictionary
- NSDictionaryをfor文で展開
NSDictionary * datas; // here NSDictionary hashs
for(NSString *key in datas){
    [datas objectForKey:key];
    // do something
}

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes
Last-modified: Wed, 08 Oct 2014 17:42:43 JST (3486d)