Skip to content

Instantly share code, notes, and snippets.

View longton95's full-sized avatar

Josh Longton longton95

View GitHub Profile
var win = Ti.UI.createWindow({
backgroundColor: '#ffffff',
navBarHidden: true,
exitOnClose: true
});
var button = Ti.UI.createButton({
title: 'Show Progress Dialog'
});
WIP
https://jira.appcelerator.org/browse/TIMOB-22007
https://jira.appcelerator.org/browse/TIMOB-22054
https://jira.appcelerator.org/browse/TIMOB-22006
https://jira.appcelerator.org/browse/TIMOB-22017
https://jira.appcelerator.org/browse/TIMOB-22026
https://jira.appcelerator.org/browse/TIMOB-22065
https://jira.appcelerator.org/browse/TIMOB-22055