I ran into the same problem that I found in this question . However, I have the following question. I seem to be in the same situation as the original questionnaire: I have a plist with a hierarchy of dictionaries that define the configuration screen. They do not change and remain unchanged throughout the application. Since the initial discussion seems to focus on issues related to changing the dictionary, I have to ask for confirmation: the dictionary order is guaranteed in the same way as in plist, i.e. How is it read (with initWithContentsOfFile)? Can I use allKeys in this case to get the correct key array if the dictionary never changes?
source
share