I have a table view and I am reloading the data in a particular interval. my issue is -- if reloading happens when the table is at top no problem, but if the table is in middle position it automatically scrolling to bottom ,Could you please help me to fix this ? Xcode 9, ios 11
I am using [_myTableView reloadData] for reloading