Xcode – UITableView selected cell not getting deselect
I have a searchController and tableView in A ViewController where I can search any item from tableView and select that item. I'm saving all selected items in other ViewController B. Now when I again redirect to A VC where I…