我正在努力让我的UICollectionView正确旋转。在viewDidLoad中我有:
self.collectionView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"shelvesipad.png"]];
在纵向模式下,它工作正常,但是当我旋转(因为图像尺寸为肖像)而不是拉伸时,它只是重复。我怎样才能伸展而不是基本上平铺呢?
答案 0 :(得分:2)
图片重复的原因是因为你使用了colorWithPatternImage:。尝试将collectionView图像设置为图像。