Can anyone help me understand or solve this UITableView glitch in iOS11. I have managed to reproduce my issue in a fairly simple test case.
https://github.com/trapper-/iOS11-tableview-glitch
When reloading cells near the bottom of a tableview the reloaded cell will start to scroll weirdly and other cells start to move and hop around.
It gets much worse when reloading multiple cells, but I didn't want to complicate this simple example.
- Edit: This issue only occurs in iOS11, works fine in iOS10 & iOS12. So you need to download the iOS11 simulator to test this in Xcode 10