Last active
August 29, 2015 14:14
-
-
Save nuno/43f25736331ec763854e to your computer and use it in GitHub Desktop.
NavBar buttons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Alloy> | |
<NavigationWindow id="nav" formFactor="handheld"> | |
<Window id="win" class="container"> | |
<LeftNavButton> | |
<Button systemButton="Titanium.UI.iPhone.SystemButton.EDIT" onClick="doClick"/> | |
</LeftNavButton> | |
<RightNavButton> | |
<Button systemButton="Titanium.UI.iPhone.SystemButton.ADD" onClick="doClick"/> | |
</RightNavButton> | |
</Window> | |
</NavigationWindow> | |
</Alloy> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Nuno, do you know how can I get the native behavior of swipe back window with a custom leftNavButton?