UITableView reloadData to sort the table cells
- by harekam_taj
Hey Guys,
I have a uitableview and I am populating the tableview with data from the internet. I added some sort features to the table but when I do the sorting and get new results from the web server and reload the table.
The table doesn't refresh, the old results stay on the table and if I press on a particular cell I see the new result just for that cell.
Can someone please help me?
Thanks