I have the answers showns in table view i want that if users selet any of the cell is should get checkmarked image with text side and if mean time he selects another cell from first cell checkmark should be removed and shown on the selected
Share
In .h file create variable
In didSelectRow method remove selection from saved cell and save new cell as selected:
To prevent problems with reusable cells u can create NSIndexPath variable instead of UITableViewCell in .h file:
and change didSelectRow method: