[TIMOB-3450] iOS table view
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T17:50:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | ios4, release-1.6.2, release-1.7.0 |
Reporter | Leo Lou |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:45:19.000+0000 |
Updated | 2017-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
works for w.add(b);
but not w.setLeftNavButton(b);
Closing ticket as Invalid as there is hardly any information on this ticket to show what the problem is.