ScrollableView in ListView
Ahad, 28 September 2014, 12:23 pm0 Using ListView is all about mapping collection data structure to UI structure. What if we have a UI structure that have nested collection in a single ListItem, such as a ScrollableView? We have to make sure our data structure can map to the ScrollableView.views property. News (data) Ti.UI previews[] […]