首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

在Titanium中兑现图片的Rotate和Pinch Gesture

2012-08-11 
在Titanium中实现图片的Rotate和Pinch Gesture在iPhone中,图片的缩放,移动,旋转以及Pinch Gesture功能在Ti

在Titanium中实现图片的Rotate和Pinch Gesture
在iPhone中,图片的缩放,移动,旋转以及Pinch Gesture功能在Titanium Mobile中并不支持这样Gesture。这里有人做了一个Module来实现这个功能。(只限于iOS)

Gesture-Recognizer

在view中将rotateGesture、pinchGesture设置为true后,就能处理rotate,pinch的事件了。

Gesture完成后,将触发rotateend、pinchend事件。

代码大概是下边这样:



热点排行