collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath 方法不调用

朱华皓
2023-12-01

程序运行死活没效果,后来断点发现 -(UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath 没有调用。


解决方法:  self.automaticallyAdjustsScrollViewInsets = NO;//解决cellForItemAtIndexPath not called问题

 类似资料: