Reputation: 47
For my App I have a property list and I can't figure out how to make it change from "Item 1" or "Item 2" to anything else..
Any thoughts?
Upvotes: 0
Views: 67
Reputation: 20799
You're looking at items in an array. Array items don't have names, or keys, just ordinal positions.
Upvotes: 1
Reputation: 3062
Do you edit it manually? If not, why would you need to change names?
Upvotes: 0