0
當我在Appcelerator中創建一個新窗口時,我需要更改背景圖像。這是通過設置「barImage」來完成的。窗戶本身是導航組的孩子,並有自己的孩子。當我使用「barImage」參數時,它會在窗口初始加載時隱藏導航欄標題文本。如果我導航到其子窗口,然後返回標題文本顯示在導航欄中。Appcelerator - barImage隱藏標題文本
var sectionWindow = Titanium.UI.createWindow({
backgroundColor:'#fff',
fullscreen:false,
title:’My Sub Page',
modal:true,
barImage:'images/nav_bar.png'
});
我怎樣才能讓標題文本一致地顯示?
謝謝,我在哪裏可以得到1.8倍的CI構建? – woot586
http://wiki.appcelerator.org/display/guides/Continuous+Builds# –