Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SDWebImage 库下载和缓存图像以在 UICollectionView 网格视图中使用。初始加载 24 张图片(3 张横向,8 张向下)时一切正常,但我想在用户点击屏幕底部时再添加 24 张图片。有谁知道我如何触发这个?
UICollectionView 是 UIScrollView 的子类,因此您可以通过实现 UIScrollViewDelegate 方法以相同的方式检测何时到达当前“底部”。查看这篇文章以了解如何做到这一点:
UIScrollView,到达滚动视图的底部