如何取消UIImageView中显示复制按钮的功能?
当我在imageView中单击图像时,我发现图像周围显示了一个复制按钮,如何取消它,非常感谢!
And when I click a image in my imageView , I found that showing a copy button around the image , how to cancel it , Thank you very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不使用 UIButton 而使用 UIImageView?
您可以将按钮设置为图像。而且,还可以定义自定义单击方法,您可以在其中加载不同的(更大的)图片...
如下所示:
Why you don't use UIButton, instead of UIImageView?
You can set button to be represented as image. And also, can define custom click method, where you can load different (larger) pic...
Something like this: