Skip to content

Instantly share code, notes, and snippets.

@iotashan
Created January 24, 2012 15:37
Show Gist options
  • Save iotashan/1670728 to your computer and use it in GitHub Desktop.
Save iotashan/1670728 to your computer and use it in GitHub Desktop.
var MyCustomWindow = function(navController,title,number,points) {
var win = Ti.UI.createWindow({custom stuff here});
return win;
};
module.exports = MyCustomWindow;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment