• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Learning to program Xcode need help with Split View

fx9

[H]ard|Gawd
2FA
Joined
Apr 2, 2008
Messages
1,159
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?
 
Back
Top