Hi all,
I have a little problem with plists. I don't know how to read data from my plist and in general how to structure it correctly. Here is how it should look like:
- Root
- product 1
- type 1
- string 1
- string 2
- typ2 2
- string 1
- string 2
- type 1
- product 2
- type 1
- string 1
- string 2
- typ2 2
- string 1
- string 2
- type 1
- product 1
The strings are paths to images and I want to use these images in my app. But I'm not quite sure how to access the strings and if root, product and type should be dictionaries or arrays.
I hope someone can help me.