we have a table view, with the cell selected being marked by a blue checkmark. The problem is that initially when the table loads, the selected cell will have the check mark in blue color which is what we need like in the below figure

Now when we select another row, the selected row check mark changes to white, what could be causing this issue?

Add this if in Bellow
UITableViewDelegate Method Beforereturn Cell;Hope it Help’s you