Re: Sorting through .plist in NSDictionary

2009-03-26 Thread Michael Ash
On Wed, Mar 25, 2009 at 11:49 PM, Jerry Krinock wrote: > > On 2009 Mar 25, at 19:53, Pierce Freeman wrote: > >> I am attempting to sort through the contents of a .plist file in >> NSDictionary, but am running into some problems.  Since .plist files are >> kind of like a "tree", I can't just call o

Re: Sorting through .plist in NSDictionary

2009-03-25 Thread Jerry Krinock
On 2009 Mar 25, at 19:53, Pierce Freeman wrote: I am attempting to sort through the contents of a .plist file in NSDictionary, but am running into some problems. Since .plist files are kind of like a "tree", I can't just call objectForKey as there is no way for me to return the instance th

Sorting through .plist in NSDictionary

2009-03-25 Thread Pierce Freeman
Hi everyone. I am attempting to sort through the contents of a .plist file in NSDictionary, but am running into some problems. Since .plist files are kind of like a "tree", I can't just call objectForKey as there is no way for me to return the instance that I am looking for. How would someone ge