@objc func addToCartTaped(tapGesture: UITapGestureRecognizer) {
let imgView = tapGesture.view as! UIImageView
}
# Paste in cell
cell.addToCartImageView.tag = indexPath.row
let tapGesture = UITapGestureRecognizer(target: self, action: #selector(addToCartTaped(tapGesture:)))
cell.addToCartImageView.isUserInteractionEnabled = true
cell.addToCartImageView.addGestureRecognizer(tapGesture)
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter