Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.62k stars 1.12k forks source link

Exploring Issues with Adaptive Cell Heights: Display Variability Across Different Device Models and Solutions #581

Open junyay opened 1 month ago

junyay commented 1 month ago

I imported your library, but when using different cells in the tableView, and I have set the rowHeight to UITableView.automaticDimension and also assigned a value to estimatedRowHeight, the cell heights are not adjusting themselves accordingly. Displaying content normally is fine, but the display effects vary on different device models. On iPhone 15, only one cell can be loaded, and on iPhone 15 Pro, only content equal to one screen's height can be loaded. The subsequent cells cannot be displayed or scrolled.