多点触控,带加速器钛合金
我目前正在构建一个需要多点触控的 iPhone 应用程序(此处用于调整 ImageView 的大小),但我没有找到有关此类功能的任何文档/教程。
可以这样做吗?
那怎么办?
编辑 这是我找到的一个链接,但我不知道如何使用它(我的意思是,当我尝试按照自述文件中所述构建此链接时,我遇到了有关 Timodule/h、TiUIView.h 等的错误)。 https://github.com/masuidrive/TiMultitouch
谢谢,
KiTe。
I'm currently building a iPhone App which require the multitouch (here to resize an ImageView) but I didn't find any documentation / tutorials about such a feature.
Is it possible to do so?
then how?
EDIT
Here is a link I found, but i don't know how to use it (I mean, when I try to build this like it's said in the readme, I have errors about Timodule/h, TiUIView.h etc).
https://github.com/masuidrive/TiMultitouch
Thanks,
KiTe.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您只想进行捏合缩放操作,请尝试将 ImageView 添加到 ScrollView 并在 ScrollView 上设置缩放。
如果您需要自定义内容,您可以侦听视图触发的 touchstart、touchmmove 和 touchend 事件。
If you just want to do pinch to zoom stuff, try adding your ImageView to a ScrollView and setting up zooming on the ScrollView.
If you need custom stuff, you may be able to listen for the touchstart, touchmmove, and touchend events that are fired by your views.
好吧,目前还没有办法用 Titanium 在 iPhone 上实现良好的多点触控功能。让我们一起等待1.7版本吧。或者切换技术^^
well, no way to do a well handled multitouch on iPhone with Titanium simply for now. Let's wait the 1.7 version. Or switch technology ^^