JFImagePickerController icon indicating copy to clipboard operation
JFImagePickerController copied to clipboard

提一个Demo的小问题

Open ymsmile opened this issue 9 years ago • 1 comments

在- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath;这个函数里,UIImageView是直接add在cell上的,而UIImageView *imgView = (UIImageView *)[cell.contentView viewWithTag:1];取错了,^_^

感谢lz分享

ymsmile avatar Feb 24 '16 08:02 ymsmile

[[JFImageManager sharedManager] thumbWithAsset:asset resultHandler:^(UIImage *result) { //do something }];

这个方法会返回图片两次 第一次返回略缩图 第二次返回 大图 如何判断是大图还是略缩图

shuaiyinoo avatar Apr 06 '16 07:04 shuaiyinoo