gpt4 book ai didi

ios - 如何在点击手势中传递 UIImage

转载 作者:行者123 更新时间:2023-11-28 10:57:15 33 4
gpt4 key购买 nike

<分区>

问题 os 以无效的手势传递图像,我想用点击手势传递图像并且该图像用于其他目的..

func addGestureToImageView(imgView:UIImageView) {
let tapGesture1 = UITapGestureRecognizer(target: self, action:#selector(self.tapImage(tap: ,img:imageview)))
imgView.addGestureRecognizer(tapGesture1)
}

在点击手势中调用该函数..

func tapImage(tap:UITapGestureRecognizer,img:UIImage) {
viewDisplay(img:img)
}

我想使用那个图像..请提供解决方案。

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