I am new to iPhone SDK.
I have a UIScrollView and a UITableView on it. The UITableView has 4 cells. I use UIPageControl for pagination.
When user selects, the cell gets highlighted and when the user scrolls to the next page the cell stays highlighted.
I tried [tableView reloadData] and after the call I could still see the selected row on the UITableView which I do not understand.
Should I redraw the UIScrollView?
Is there any way of clearing up the selection?
Thanks, R