[TIMOB-102] TableView appendRow
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:51:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 0.7.0 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:23:41.000+0000 |
Updated | 2011-04-17T01:51:59.000+0000 |
Description
We need to make it easy for people to simply add rows to existing table views.
tableView.appendRow(rowData, {animationStyle:Titanium.UI.iPhone.RowAnimationStyle.DOWN});
Note animationStyle is only supported on iPhone currently
Added