Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3450] iOS table view

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T17:50:37.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsios4, release-1.6.2, release-1.7.0
ReporterLeo Lou
AssigneeIngo Muschenetz
Created2011-04-15T03:45:19.000+0000
Updated2017-05-02T21:52:01.000+0000

Description

Titanium.UI.currentTab.open(w, {animated: true});


...

 b.addEventListener('click',function() {
    w.close({animated:true});
  });

fade in animation exists for title and nav buttons when opening (window slide in from the right)
but fade out animation doesn not exist

Comments

  1. Leo Lou 2011-04-15

    works for w.add(b);
    but not w.setLeftNavButton(b);

  2. Lee Morris 2017-05-02

    Closing ticket as Invalid as there is hardly any information on this ticket to show what the problem is.

JSON Source