在使用UITableView 、UICollectionView ,调用reloadData方法之后,并不立即更新其contentSize。原因如下:http://jacksonriver.com/news/ios-adventures-uitableview-animation-callbacks-key-value-observing
若想使其立即更新contentSize,可以显示地调用 layoutSubviews 或 layoutIfNeeded。
更多:http://stackoverflow.com/questions/9958328/when-does-a-uitableviews-contentsize-get-set
时间: 2024-09-27 16:44:37