Finding out whether an object exists within a plist?

Posted by cannyboy on Stack Overflow See other posts from Stack Overflow or by cannyboy
Published on 2010-06-10T03:34:02Z Indexed on 2010/06/10 8:12 UTC
Read the original article Hit count: 325

Filed under:
|
|
|

If I have a plist which I have put into and array, which looks something like this

-Root
   -Item 0        Dictionary
      Name        String         Henry
      Kids        Array
         -Item 0  String         Lindy
         -Item 1  String         Paul
   -Item 1        Dictionary
      Name        String         Janet
      Pets        Array
         -Item 0  String         Snoopy
         -Item 1  String         Pebbles

How can find out whether each person has kids or pets?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c