I've got a table that has some rows that hold a textfield each. When the textfield updates some rows of the table have to update to display some new data. This works fine as long as the table is not scrolled down at all.
However, if the table is scrolled, reloading the rows results in a "jump" animation for the table. My code:
formFieldsTable.reloadRows(at: [indexPath,indexPath2], with: .none)