Hi everyone,
I'm trying make an app which if able to resize an imageView by a two finger touch and move.
If the fingers are moving the image will resize (depending on whether the fingers are closing in or not).
Do you have any tips, ideas or possible solutions of how to do this??
Thank you in advance...
2 Answers
Hi,
i guess multi touch cannot be used with titanium at this point of time i guess(please do correct me if am wrong). but here is a sample for scaling views with touch events(you can tweak it for imageViews).
Using a scrollableView should do the trick. See an example here: https://github.com/codeboxed/Titanium-Image-Gallery/blob/master/Resources/image_gallery_single.js
Your Answer
Think you can help? Login to answer this question!