[TIMOB-13365] Ti API: Make the templating system used for ListView general purpose
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | TiAPI |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Unknown |
Created | 2013-04-04T15:27:37.000+0000 |
Updated | 2018-02-28T20:04:17.000+0000 |
Description
The templating system used for ListView is very convenient. It is also general in specification so we should make it available for any scenario via something like Ti.UI.instantiateTemplate() or something. For details, see https://wiki.appcelerator.org/display/community/Titanium+ListView+Specification
We will revisit this at a later point when there is significant customer requests.