Swift - 获取嵌套的collection view的真实高
2023-07-19 本文已影响0人
cheng1314
self.collectionView.collectionViewLayout.invalidateLayout()
self.collectionView.reloadData()
self.collectionView.setNeedsLayout()
self.collectionView.layoutIfNeeded()
let h = self.collectionView.collectionViewLayout.collectionViewContentSize.height