Tengo una UIView y le agregué un gesto de toque: let tap = UITapGestureRecognizer(target: self, action: Selector("handleTap:")) tap.delegate = self myView.addGesture(tap) Estoy tratando de llamarlo mediante programación en el archivo de prueba. sendActionForEvent Estoy usando esta función,...