Skip to content

Instantly share code, notes, and snippets.

@thephw
Created April 11, 2013 16:06
Show Gist options
  • Save thephw/5364700 to your computer and use it in GitHub Desktop.
Save thephw/5364700 to your computer and use it in GitHub Desktop.
Non-stupid alert boxes template
var title = '';
var message = '';
var alert = Ti.UI.createAlertDialog({title:'', message:message});
alert.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment