A strange thing. After I call [tableView reloadData], cellForRowAtIndexPath being called with indexPath.section = 6 and not = 0. How can this be, and how can I fix it?
A strange thing. After I call [tableView reloadData] , cellForRowAtIndexPath being called with indexPath.section
Share
You may want to reset your tableview to the top and then call reload if you want the display to start from the top.