I have an requirement to display list of questions and options, so that the user can select his own option for every question and be able to submit.
When submitting answers they should be validated and the result will be displayed to the user.
I am using tableview. In my table view I am adding custom cell (with multiple checkboxes ) in cellForRowIndexPath
.
The problem is when I am scrolling down the tableview, the custom cell is restoring and selected options are assigned to another question.