[TIMOB-815] table view updates and animation
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:37:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.3.0 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:37:04.000+0000 |
Updated | 2017-03-02T18:50:31.000+0000 |
Description
this does not seem to work:
tableView.setData(data,{animationStyle:Titanium.UI.iPhone.RowAnimationStyle.NONE});
we need to ensure that the animation style works for each table view update method:
- insert
- update
- delete
- append
- setData
The observed behavior is actually how it's supposed to look. The animation setting only has to do with where the 'new' row(s) come from; other rows may animate. For example when using the code snippet above with animation NONE, the new rows do just 'appear' as specified by the NONE animation - but they animate to space themselves properly, which cannot be overridden.
Closing as invalid.