TextureGroup / Texture

Smooth asynchronous user interfaces for iOS apps.
https://texturegroup.org/
Other
8.02k stars 1.29k forks source link

While scrolling 200-300 ASCellNodes in ASTableNode… Cells are not deallocating. Eventually App Crashed due to memory #2092

Open abbasnaqvi200 opened 1 year ago

abbasnaqvi200 commented 1 year ago

Cell are not deallocation so count of cells increasing with scroll and finally app stopped working due to memory issue.

Screenshot 2023-09-04 at 5 25 50 PM Screenshot 2023-09-04 at 5 26 29 PM
jeffersonsetiawan commented 1 year ago

My team experience this problem as well. In the case when the item could be very large, I switch back to UIKit

sgonzalesallan commented 1 year ago

Any update for this one?