I have an NSMutableArray of custom objects (Subclasses from JSONModel), all the objects are identical. I'm copying a single object as many times I want to add it to the array (If this method is wrong, kindly suggest the proper way). When I edit/modify an object at some index, it tends to modify all the objects in that array.
I made a sample project that explains this issue and uploaded here. Please advice solutions to fix the issue. Thanks!