jjzjj

thumbnailAddress

全部标签

iphone - 在 Collection View 中加载图像的更快方法

我的UICollectionView有一点流程问题。我想像在Apple的iBook应用程序中一样显示PDF的缩略图,当我滚动我的收藏View时,我发现它不是很流畅。这是我用来加载图片的方式:-(UICollectionViewCell*)collectionView:(UICollectionView*)cvcellForItemAtIndexPath:(NSIndexPath*)indexPath{GridCell*cell=[cvdequeueReusableCellWithReuseIdentifier:@"gridCell"forIndexPath:indexPath];...