I am having an issue with an UITableView
.
I am displaying a collection of tracking records. After the user taps on a cell, a detail view controller is displayed with detailed data. My problem is after I call popViewControllerAnimated:YES
from the Detail view controller, my table view is reseted and scrolls to the top position automatically.
I am not calling [myTable reloadData];
on viewWillAppear
and I find this behavior kinda strange.
Does anyone have an idea what I might be missing here?
Any help or tip would be appreciated!
Thanks, Granit