UITableView reloadData to sort the table cells

Posted by harekam_taj on Stack Overflow See other posts from Stack Overflow or by harekam_taj
Published on 2010-04-03T22:29:30Z Indexed on 2010/04/03 22:33 UTC
Read the original article Hit count: 433

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk