Skip to content

Instantly share code, notes, and snippets.

@LearningTitanium
Created April 23, 2012 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LearningTitanium/2473590 to your computer and use it in GitHub Desktop.
Save LearningTitanium/2473590 to your computer and use it in GitHub Desktop.
FachTouch
var splash = Ti.UI.currentWindow;
// do whatever you want.. animations.. put a label "loading..." and animate it (remember to play with delays and durations to make this screen last longer)
// and when you finish loading, just change the active tab.
splash.tabGroup.setActiveTab(splash.mainTab);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment