Openflow touchAtIndex 委托方法未触发

发布于 2024-10-04 23:35:27 字数 140 浏览 7 评论 0原文

我按照本教程(http://github.com/tupps/OpenFlow)创建 cover-flow ,

但在开放流 openflow 库中,在录制图像时未调用“touchAtIndex”委托方法。

关于触发该方法有什么建议吗?

i followed this tutorial (http://github.com/tupps/OpenFlow) for creating cover-flow ,

but in open flow openflow library 'touchAtIndex' delegate method was not being called when taping the images.

any suggestions on to trigger that method?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

月隐月明月朦胧 2024-10-11 23:35:27

在这里我找到了另一种方法来检测图像上的单击。我创建了一个自定义按钮并将其放置在图像缩放区域中,并为每个图像指定了标签值,并在每个图像触摸上呈现了一个视图...

here i found another way to detect single tap on image . i created a custom button and placed it image zoomed area n given a tag value for each image n i presented a view on each image touch...

强者自强 2024-10-11 23:35:27
[(AFOpenFlowView *)self.view setViewDelegate:self];
[(AFOpenFlowView *)self.view setViewDelegate:self];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文