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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: