I have 100 cells in my table view, when I put check sign on selected cell using this
[tableView cellForRowAtIndexPath:indexPath].accessoryType = UITableViewCellAccessoryCheckmark;
it's also visible on other cells automatically, I do not understand why this is happening.