Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 21st, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Is there an Library to support NSDictionary travelling in objective-c
  2. [[[book objectForKey:@"author"] objectForKey@"contact"] objectForKey:@"mobile"]
  3. [[[[book objectForKey:@"author"] objectAtIndex:0] objectForKey"@"contact"] objectForKey:@"mobile"]
  4.        
  5. id obj = [book valueForKeyPath:@"author.contact.mobile"];