• The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
- [[NSDictionary]]

- [[NSMutableArray]]

*. [#ga7c788c]

- 配列から要素を検索する
--  http://www.objectivec-iphone.com/foundation/NSArray/indexOfObject.html
 NSArray *ary = [NSArray arrayWithObjects:
                 @"Snoopy", @"Spike", @"Olaf", nil]; 
 // 配列から要素を検索する
 NSUInteger index = [ary indexOfObject:@"Olaf"];

- NSArrayとNSDictionaryをより使いやすく!
--  http://ameblo.jp/tokotokosoftware/entry-10805176439.html

* 関連 [#rel]

- [[NSObject]]


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes