ThunderTable
ThunderTable copied to clipboard
Add support for partial redraw
We should find some way that when you set data on TableViewController we can only reload cells that actually need it. Might need to move away from data being an array, or possibly have a function on the Row protocol which returns if the change has affected the drawn UI.
This might be more achievable now with iOS13 diffable data sources https://developer.apple.com/documentation/uikit/uitableviewdiffabledatasource https://wwdcbysundell.com/2019/diffable-data-sources-first-look/