UICollectionView摆脱了背景

时间:2014-07-29 16:44:10

标签: ios objective-c uicollectionview uicollectionviewcell

我只是希望我的集合视图显示没有任何背景的单元格。我无法想象这很困难,但我尝试self.collectionView.backgroundColor = [UIColor clearColor];self.collectionView.backgroundView = [[UIView alloc] initWithFrame:CGRectZero]];都无济于事。

我已经附上了一张图片,试图展示我在寻找什么。包含此集合视图的VC有一个imageView作为其背景,我的最终目标是将collectionView放在它上面而没有任何自己的背景颜色。所以它应该只是在图像视图之上的collectionViewcell。

enter image description here

0 个答案:

没有答案