1

晚上所有,

我最近开始在 OSX 上使用 Titanium Studio 并创建我的第一个 Alloy 应用程序,

我注意到你可以做 New -> Alloy Controller

这会创建 3 个新文件,

控制器.js

/* controller */

控制器.tss

".container": {
    backgroundColor: "white"
}

控制器.xml

<Alloy>
    <View class="container">
    </View>
</Alloy>

我基本上想修改它创建的默认新文件的模板,或者复制菜单选项来创建修改后的版本。

任何帮助,将不胜感激。

4

1 回答 1

-1

If you look in this link you should be able to see several sample apps. These should help you get started. I have used this and the alloy documentation on their website to get started with Titanium.

Hope this helps!

于 2013-08-14T21:36:44.937 回答