Top > NSDictionary
  • The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
  • Go to NSDictionary.

- [[NSArray]]
- 入れ子になったNSDictionaryのデータを取り出す
--  http://xoyip.hatenablog.com/entry/2014/02/08/191912

- 2011-05-13 Objective-CでのTips
--  http://d.hatena.ne.jp/Kmusiclife/20110513/1305222142

 - 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