I want to load the plist file from disk (documents, application cache, ...) not from a resource bundle.
|
feedback
|
|
You can load a plist from any accessible file path with -initWithContentsOfFile: or +dictionaryWithContentsOfFile: Load a plist from a file, and create the file if it did not exist:
| |||
|
feedback
|