gpt4 book ai didi

swift - 使用 Swift 更改 imageTap 手势识别选择器方法中的 UICollectionViewcell 内容

转载 作者:行者123 更新时间:2023-11-30 13:06:06 24 4
gpt4 key购买 nike

我有一个 CollectionViewcell,我将 tapGestureRecognizer 操作设置为底部页面上的缩略图(小图像)。我想要一种用小图像改变大图像的方法,但是如何访问我的单元格的内容?我已经尝试过了,我得到了 imageURL 和 indexPath,但我未能更改单元格的内容

Sample Screenshoot

 func tapThumbnail(sender: UITapGestureRecognizer){
let thumbnail = sender.view as! UIImageView
let url = thumbnail.sd_imageURL() as! NSURL

let point = sender.locationInView(self.collectionView)
let indexPath = self.collectionView!.indexPathForItemAtPoint(point)


let cell = self.collectionView!.dequeueReusableCellWithReuseIdentifier(productsIdentifier, forIndexPath: indexPath!) as! ProductsSpotlightViewCell
cell.productImage.sd_setImageWithURL(url)
}

有没有简单的解决方案?

最佳答案

我明白了!

将我的单元格声明更改为此

 let cell = collectionView.cellForItemAtIndexPath(indexPath)

关于swift - 使用 Swift 更改 imageTap 手势识别选择器方法中的 UICollectionViewcell 内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39346115/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com