Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 323 Bytes

CollectionView的问题.md

File metadata and controls

3 lines (3 loc) · 323 Bytes

CollectionView

CollectionView 当 数据为1 时, 不会调用func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell (iOS 16.1.1)

  • 问题解决 不要给 UICollectionViewFlowLayout的实例对象 设置 layout.estimatedItemSize = estimatedItemSize