I am not clear on how to make a nested array, or dictionary, mutable from a plist. My plist structure is:
I need the arrays to be mutable, but have not been able to figure out how. I have read this can be done with mutableCopy, but am unclear as to how this is done.
Thanks!
Code:
dictionary
-dictionary
-array
- array
-dictionary
-array
- array
I need the arrays to be mutable, but have not been able to figure out how. I have read this can be done with mutableCopy, but am unclear as to how this is done.
Thanks!