UITableView: not all cell are shown
Hi All,
I am creating a UITableView, the cells further contain UITableView objects.
I have to reloadData for main table time to time. My problem is After few times scrolling/reloading the cells disappear from the UITableView though it scrolls as it would have been containing all the cells. But no cell are shown except first 1 / 2 or sometimes 3 cells.
Has anyone ever faced such problem ?
I have checked the datasource contains correct data. Seems the UITableView gets corrupted after sometime.
|