ImageView旋转在collectionView单元格内无法正常工作

时间:2017-10-11 07:26:54

标签: ios objective-c uiimageview image-rotation

ImageView旋转在collectionView单元格内部无法正常工作,但在collectionView之外它运行良好。它是拉伸的&非常薄,就像在集合视图中工作一样

这是我的代码&屏幕我得到.. 对于集合视图中的imageview

imgView.transform=CGAffineTransformMakeRotation([dict[@"SomeValue"]longValue]*M_PI/180);

单元格0 enter image description here 细胞1 enter image description here 细胞2 enter image description here

在集合视图之外。

enter image description here

imageView.transform=CGAffineTransformMakeRotation([dict[@"SomeValue"]longValue]*M_PI/180);

我不知道为什么它在集合中没有正常工作查看帮助我

1 个答案:

答案 0 :(得分:1)

检查图像大小。

更改内容模式