Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
回転させたい要素(ラベルなど)を含むビューがあります。
これはできますか?
transformプロパティを使用して、 2DMatrixをビューに適用できます。
var v = Ti.UI.createView({ transform: Ti.UI.create2DMatrix().rotate(90) });