[TIMOB-13421] ListView: Index support
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-07-01T16:27:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 13 API, 2013 Sprint 13, Release 3.2.0 |
Components | iOS |
Labels | listview |
Reporter | Ingo Muschenetz |
Assignee | Vishal Duggal |
Created | 2013-04-05T22:37:01.000+0000 |
Updated | 2017-03-21T18:33:30.000+0000 |
Description
will require API/events discussion.
Pull pending against master https://github.com/appcelerator/titanium_mobile/pull/4424 KS PR for testing https://github.com/appcelerator-developer-relations/KitchenSink/pull/106
IOS only. index property of TableView replaced by the sectionIndexTitles of ListView Property takes and array of dictionaries. Dictionary has two parameters title: The title to show. index: The section Index. (This has changed. This was previously rowIndex)
Closing ticket as fixed.