darknos/TiAdvancedListView
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Advanced List View
===========================================
This is a module based on 3.2.0 code with marker and pulldown support for guys who can’t wait for 3.2.0
in app.js
var TiAdvancedListView = require("ti.advanced.list.view”);
Ti.UI.createListView = TiAdvancedListView.createListView;
Ti.UI.createListItem = TiAdvancedListView.createListItem;
Ti.UI.createListSection = TiAdvancedListView.createListSection;
//one new feature. use following to prevent remote image loading on scroll
var listView.stopImageLoaderOnScroll = true;