You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the gif below, notice how the "Police Officer" row appears after popping the details page, even though I have already scrolled pass it beforehand. The UITableView always goes back to the same scroll position, no matter where I am before a segue.
The text was updated successfully, but these errors were encountered:
@romaHerman No, reloadData was not called. Also the weird thing is, even if I store the contentOffset of the table view and set it back in viewWillAppear, it still won't work.
FIrst thing first, thank you for your work!
In the gif below, notice how the "Police Officer" row appears after popping the details page, even though I have already scrolled pass it beforehand. The UITableView always goes back to the same scroll position, no matter where I am before a segue.
The text was updated successfully, but these errors were encountered: