Mac OS X 10.7.5
Trying to use ListView for Customer Project.. on iOS, this shows an error:
[ERROR] : Script Error {
[ERROR] : backtrace = "#0 () at file://localhost/Users/jspain/Library/Application%20Support/iPhone%20Simulator/6.1/Applications/2B65C434-6B53-4C2C-8C4A-EDB6E8DD5133/ListView.app/alloy.js:72";
[ERROR] : line = 24;
[ERROR] : message = "-[TiUIListSectionProxy setParent:]: unrecognized selector sent to instance 0xaca8060";
[ERROR] : sourceId = 353754656;
[ERROR] : sourceURL = "file://localhost/Users/jspain/Library/Application%20Support/iPhone%20Simulator/6.1/Applications/2B65C434-6B53-4C2C-8C4A-EDB6E8DD5133/ListView.app/alloy/controllers/index.js";
[ERROR] : }
This is the basic listview implemention from the following test code:
https://github.com/appcelerator/alloy/blob/master/test/apps/ui/listview/views/basic.xml
It seems to work fine if we create the code in controller.. Let me know if you need any more info.. Attached a test app.
ListSection and ListItem are not supported in markup until Alloy 1.2.0. ListView is the only one supported as of 1.1.X. I will update the github repo samples to throw some kind of warning or error that tells developers this.
Tony.. What is the approximate time frame that Alloy 1.2.0 might be released?