When UITableView + isPagingEnable cooperate to use, such as short video App screen video feed flow page, will find contentSize inaccurate problems in rolling process, the reason is that the UITableView. EstimatedRowHeight properties

  • This property is enabled by default and has a value ofautomaticDimension
  • Because the height of each row is different, in order to avoid the representation after each load is openedUIKitWill be estimated by that valuecontentSizeAttributes such as
  • So if you want to be precisecontentSizeValue, which needs to be set to 0 to disable