Rightpoint / RZCellSizeManager

Dynamic size computation and caching for cells.
MIT License
242 stars 32 forks source link

Cache cleared when a view is pushed? #36

Open jwardle opened 9 years ago

jwardle commented 9 years ago

Hi,

I can't figure this one out - when i select a cell on tableView A, which pushes tableView B onto the view stack, then come back to (by pressing back on NavBar) tableView A and scroll up or down it seems as if the cellHeights are not being applied to any of the already loaded (and height calculated for...) cells. The tableView becomes jumpy again.

Anyone experienced this?