Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-815] table view updates and animation

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T02:37:04.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.3.0
ComponentsiOS
Labelsn/a
ReporterNolan Wright
AssigneeBlain Hamon
Created2011-04-15T02:37:04.000+0000
Updated2017-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

Comments

  1. Stephen Tramer 2011-04-15

    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.

  2. Lee Morris 2017-03-02

    Closing as invalid.

JSON Source