What is the difference between a dictionary and an array, especially when working with PLIST files? What are the advantages of using one over the other? Thanks!
NSDictionary is useful whwn u want to access a particular key value. NsArray is useful when u want to access a sequntial data.