2012-06-06 21 views

回答

7

可以使用transform屬性設置爲2DMatrix應用於視圖:

var v = Ti.UI.createView({ 
transform: Ti.UI.create2DMatrix().rotate(90) 
});