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.
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.