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) });