Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for partial redraw #38

Open
simonmitchell opened this issue Jun 6, 2018 · 1 comment
Open

Add support for partial redraw #38

simonmitchell opened this issue Jun 6, 2018 · 1 comment

Comments

@simonmitchell
Copy link
Contributor

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.

@joeltrew
Copy link
Contributor

joeltrew commented Oct 3, 2019

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants