I have a simple questionnaire app that uses tableview. When users answers questions they have option to step back and change the selection they made. That causes doubling answers in results (the selections are stored in NSmutableArray) How to escape storing “double” results in the array?
I have a simple questionnaire app that uses tableview. When users answers questions they
Share
Here addList is list of objects