标签: swift uicollectionviewcell
我在didSelectItemAtIndexPath方法中有这些代码:
var cell = collectionView.cellForItemAtIndexPath(indexPath) as! ParallaxCollectionViewCell cell.imageView.image = UIImage(named: "8")
我可以更改所选单元格的imageView的内容。我想改变的是imageView的框架。但是,所有设置都会被忽略。有谁知道为什么?