Multi touch with appcelerator titanium
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.
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.
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 ^^
精彩评论