Skip to content

Cross platform navigation controller for Appcelerator Titanium.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

xsaero00/Ti-Navigation-Controller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cross platform navigation controller for Appcelerator Titanium.
It is a mobile app that displays a series of windows in an easily navigable stack.

This is my version of the Cross-Platform NavigationController written by
Kevin Whinnery 
https://githubi.com/kwhinnery/NavigationController

This version uses events to manipulate window stack. This insures sequential window closing and opening. Kevin's version was causing an unexpected shutdown of the app when invoking home() function on a stack of 3+ windows. The windows were closed all at the same time, not sequentially.

In addition, I created new method openFromHome(). It allows opening new windows from the 'root' window. I believe this method is very useful for 'dashboard' applications. 

About

Cross platform navigation controller for Appcelerator Titanium.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%