我已经单独使用了集合视图控制器和延迟加载,但我不知道在集合视图中使用延迟加载。
现在我在iOS 9中工作。
答案 0 :(得分:1)
您必须将代码添加到操作队列上的UICollection cellForRowAtIndexPath方法的委托方法中。
而且,如果你在ui上做了一些放在主线程中的东西,这是另一个例子:
Lazy loading images in UICollectionView with SDWebImageManager
答案 1 :(得分:-1)
cellForItemAtIndexPath
标题在[cell.imageView sd_setImageWithURL:[NSURL URLWithString:@"your image URL"]
placeholderImage:[UIImage imageNamed:@"placeholder.png"]];
log4j.properties