UIImage 上的 TapGestureRecgonizer 在情节提要设置中不起作用
Posted
技术标签:
【中文标题】UIImage 上的 TapGestureRecgonizer 在情节提要设置中不起作用【英文标题】:TapGestureRecgonizer on UIImage not working in a Storyboard setup 【发布时间】:2013-09-20 18:49:02 【问题描述】:我已将我的 UIImage 设置为通过将其 GestureRecognizers 链接到 Tap Gesture Recognizer 来识别点击。
点击手势识别器应该会触发我班级中的一个方法。
IBAction 方法永远不会被触发,可能是什么问题?
【问题讨论】:
【参考方案1】:必须启用 UIImage 的用户交互!
【讨论】:
【参考方案2】:你需要将 uiimage 的 UserInteractionEnabled 设置为 true 。
[UImage setUserInteractionEnable:YES];
【讨论】:
应该注意他的意思可能是UIImageView;不是 UIImage(可能会引起一些混乱)。以上是关于UIImage 上的 TapGestureRecgonizer 在情节提要设置中不起作用的主要内容,如果未能解决你的问题,请参考以下文章
我可以更改 UIButton 上的色调颜色,但不能更改 UIImage
UIImage 上的 TapGestureRecgonizer 在情节提要设置中不起作用
UIImage 未在按钮 IBAction 上的 setImage 上更新