ThunderTable icon indicating copy to clipboard operation
ThunderTable copied to clipboard

Add support for partial redraw

Open simonmitchell opened this issue 7 years ago • 1 comments

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.

simonmitchell avatar Jun 06 '18 09:06 simonmitchell

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/

joeltrew avatar Oct 03 '19 14:10 joeltrew