Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2761] iOS Feature: Animation Options for Nav Bar Toggling

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionWon't Do
Resolution Date2020-02-13T11:09:29.000+0000
Affected Version/sRelease 1.7.0
Fix Version/sn/a
ComponentsiOS
Labelsfeature, ios, rplist
ReporterDawson Toth
AssigneeIngo Muschenetz
Created2011-04-15T03:28:52.000+0000
Updated2020-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

Comments

  1. Rene Pot 2020-02-13

    closing as this is not native behaviour

JSON Source