如何在didSelectItemAtIndexPath中更改子类UICollectionViewCell上的UIImageView框架

时间:2015-02-21 17:34:43

标签: swift uicollectionviewcell

我在didSelectItemAtIndexPath方法中有这些代码:

var cell = collectionView.cellForItemAtIndexPath(indexPath) as! ParallaxCollectionViewCell
    cell.imageView.image = UIImage(named: "8")

我可以更改所选单元格的imageView的内容。我想改变的是imageView的框架。但是,所有设置都会被忽略。有谁知道为什么?

0 个答案:

没有答案