TapGesture 仅在 openflowview 上获得识别
我在我的项目中使用 openflow 库。要求当我点击 openflow 中显示的图像时,将打开另一个视图控制器。
我的问题是我制作了一个 tapGestureRecognizer,但它是否在该视图和其他所有东西上的所有按钮上被调用。 我希望当在开放流上点击图像时启动 tapGestureRecognizer,而不是在其他地方。 请帮助我。我被困在这里了。 提前致谢!
I am using openflow library in my project.There is requirement that when I tap that image shown in openflow another view controller will be opened.
My problem is I made a tapGestureRecognizer but is it getting called on all my buttons in that view and every other thing.
I want that tapGestureRecognizer to get initiated when tap on the image on open flow,no where else.
Please help me.I am stuck here.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅将点击手势添加到您想要的视图中。
Only add the tap gesture to the view you want it on.