用合金分離視圖和控制器的正確方法是什麼?合金:正確的方式來創建和使用ListView?
someController.js:
$.list.setSections(sections);
, 我知道這與填充在XML標記ID = '清單' 一個ListView ...
或
var list = Ti.UI.createListView({stuff})
然後以某種方式推動名單出來風景。
我不確定最好的方法是保持與MVC的精神。
用合金分離視圖和控制器的正確方法是什麼?合金:正確的方式來創建和使用ListView?
someController.js:
$.list.setSections(sections);
, 我知道這與填充在XML標記ID = '清單' 一個ListView ...
或
var list = Ti.UI.createListView({stuff})
然後以某種方式推動名單出來風景。
我不確定最好的方法是保持與MVC的精神。
文檔指南雖然創造了更多的問題,但它的答案卻很多,對我而言就是這樣。你可以試試它。 http://docs.appcelerator.com/platform/latest/#!/guide/Alloy_ListView_Guide-section-40928632_AlloyListViewGuide- AssigningDataProgrammaticallytoaListView –