[TIMOB-2761] iOS Feature: Animation Options for Nav Bar Toggling
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Do |
Resolution Date | 2020-02-13T11:09:29.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | feature, ios, rplist |
Reporter | Dawson Toth |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:28:52.000+0000 |
Updated | 2020-02-13T11:09:29.000+0000 |
Description
Problem
Client wants to be able to control how the nav bar hides and shows.
Current Behavior
Right now you can only call window.showNavBar({animated:true}), or hideNavBar.
Requested Changes
Expose the view for the navBar so that animations can be run on it such as the following:
var hideAnimation = Ti.UI.createAnimation({ opacity: 0, duration: 1000 });
hideAnimation.animate(Ti.UI.currentWindow.navBar);
Associated Helpdesk Ticket
http://developer.appcelerator.com/helpdesk/view/61791">http://developer.appcelerator.com/helpdesk/view/61791
closing as this is not native behaviour