tags:

views:

29

answers:

0

Hi All,

I am trying to implement a case, wherein cells in the tableview, display some text. When the user selects a particular row, the cell expands to display some more text(by increasing rows' height).

The problem is the detailed data of the selected row remains visible even after another row is selected, creating a overlapped view. How do I bring the content of the tableview to it's original state, whenever a new cell is selected?