Snippets Collections
  @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)
star

Fri Apr 22 2022 07:10:23 GMT+0000 (Coordinated Universal Time)

#ios #swift #tap #taped #imagetaped

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension