I have a tableview with a section that contains a list of sounds the user can \"pick.\" Only the currently selected sound should show a UITableViewCellAccessoryCheckma
In - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPathafter each declaration of cell try reseting the cells accessoryType by adding following line: cell.accessoryType = UITableViewCellAccessoryNone;