plangrid / ReactiveLists

React-like API for UITableView & UICollectionView
https://plangrid.github.io/ReactiveLists
MIT License
251 stars 15 forks source link

return default row height instead of a calculation for estimated height #218

Closed DerCSpringer closed 1 year ago

DerCSpringer commented 1 year ago

Changes in this pull request

Made cell row heights static. This was causing performance issues on large table views (1 million + cells)

Checklist