You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We should find some way that when you set
data
onTableViewController
we can only reload cells that actually need it. Might need to move away fromdata
being an array, or possibly have a function on theRow
protocol which returns if the change has affected the drawn UI.The text was updated successfully, but these errors were encountered: