I'm making history list to my app and want to use .plist with 3 arrays - picture name, date and some text data. Is plist good solution for this? I think max number of history entries will be +/- 500.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Using And for saving history, if the pictureName, date and someText are related; can't you group them into a dictionary instead of using 3 different arrays ? Like:
Edit: As mentioned in comments, you can look at |
||||
|