plist and NSDictionary / NSArray drill-down
Can someone please help me with constructing a plist file with two pieces of data: a series of technical terms and their respective definitions and the necessary code to access the dictionary / array upon a row's selection and then drill-down to a word's definition.
I've done the top-level table and plist and all is fine but I've lost my way trying to add the definition part to the plist and the necessary code in didSelectRow to obtain the right dictionary entry to push the detail view controller. At the moment I've got two plist files but I know it can be done in one. Any help appreciated. Thanks in advance.
|