[TIMOB-4917] iOS: change Table View appendRow to support an array of rows or row data
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-08-30T14:23:31.000+0000 |
Affected Version/s | Release 1.7.2 |
Fix Version/s | Sprint 2011-36, Release 1.8.0 |
Components | iOS |
Labels | module_tableview, qe-testadded |
Reporter | Opie Cyrus |
Assignee | Stephen Tramer |
Created | 2011-08-05T15:11:47.000+0000 |
Updated | 2014-06-19T12:46:40.000+0000 |
Description
Change Ti.UI.TableView.appendRow to support taking a array of row proxies or dictionary of creation args. This change should be made in order to accommodate further implementation styles for table view that may improve performance.
Tested with 1.9.0.v20120207171634 on ipad 5.0.1
Anvil testcase PR https://github.com/appcelerator/titanium_mobile/pull/5003