N naphatkrit macrumors member Original poster Jul 18, 2011 38 0 Aug 7, 2011 #1 I'm sorry if this question has been asked before, but what exactly is the difference between an array and a dictionary in a plist file? When do I use an array and when do I use a dictionary?
I'm sorry if this question has been asked before, but what exactly is the difference between an array and a dictionary in a plist file? When do I use an array and when do I use a dictionary?
chown33 Moderator Staff member Aug 9, 2009 11,434 9,655 A sea of green Aug 7, 2011 #2 Read the Collections Programming Topics guide. Then read the Property List Programming Guide. You won't understand what dictionary or array in a plist is, until you understand what a dictionary or array fundamentally is.
Read the Collections Programming Topics guide. Then read the Property List Programming Guide. You won't understand what dictionary or array in a plist is, until you understand what a dictionary or array fundamentally is.
N naphatkrit macrumors member Original poster Jul 18, 2011 38 0 Aug 7, 2011 #3 thanks, I'll check them out.