UITableView: Highlighted cell after switching back views

Posted by Matthias on Stack Overflow See other posts from Stack Overflow or by Matthias
Published on 2010-05-05T17:27:48Z Indexed on 2010/05/05 17:48 UTC
Read the original article Hit count: 179

Filed under:
|
|
|

Hi,

I'm using a UINavController together with some UITableViews to display a kind of drill down for some data (e.g. like the Contact App). Works well. The only problem I have is, when I select a cell in the first table view it is highlighted, then the view switches to the next level and then, if I go back to the first level, the cell is still highlighted. So, how can I reset the highlighting when switching back?

Thanks for your help.

Regards Matthias

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective