On Sep 19, 2009, at 01:46, Russell Gray wrote:
That is what I need to do, I should clarify a little. I have one
plist. Inside that plist, is an NSDictionary with multiple keys, one
of the keys is an NSArray with multiple keys. (some NSDictionaries,
and NSStrings. One of the NSDictionaries c
That is what I need to do, I should clarify a little. I have one
plist. Inside that plist, is an NSDictionary with multiple keys, one
of the keys is an NSArray with multiple keys. (some NSDictionaries,
and NSStrings. One of the NSDictionaries contains an NSArray with
multiple keys.
I
On Sep 19, 2009, at 00:34, Russell Gray wrote:
I am wanting to create an NSArray from strings stored (at various
levels) in a plist of nested NSDictionary's.
I am trying the following code, but it only reads the key from the
root dictionary: (FolderPath, and PlistFullName, have been
previ
I am wanting to create an NSArray from strings stored (at various
levels) in a plist of nested NSDictionary's.
I am trying the following code, but it only reads the key from the
root dictionary: (FolderPath, and PlistFullName, have been previously
defined)
Code:
NSString *plistFolder = [F