Bare with me here. I'm new to objective-C, apparently my Perl and C++ doesn't really help here.
I'm trying to use the split view template and following the tutorial here http://icodeblog.com/2010/04/05/ipad-programming-tutorial-hello-world/
The program works fine, no errors but what if you want to change the labels on the right side but link to another image. Say for instance, you click on the "apple" on the left but on the right it shows a picture of a watermelon.
Do I need a NSMutableDictionary instead of a NSMutableArray so I can associate these items with a key?
I'm trying to use the split view template and following the tutorial here http://icodeblog.com/2010/04/05/ipad-programming-tutorial-hello-world/
The program works fine, no errors but what if you want to change the labels on the right side but link to another image. Say for instance, you click on the "apple" on the left but on the right it shows a picture of a watermelon.
Do I need a NSMutableDictionary instead of a NSMutableArray so I can associate these items with a key?