Skip to content

Instantly share code, notes, and snippets.

@mschmulen
Created October 17, 2012 21:16
Show Gist options
  • Save mschmulen/3908239 to your computer and use it in GitHub Desktop.
Save mschmulen/3908239 to your computer and use it in GitHub Desktop.
sapSample
//app.js
var winsap = Titanium.UI.createWindow({ title:'sap', backgroundColor:'#fff', url:'sap.js' });
var tabsap = Titanium.UI.createTab({ icon:'KS_nav_views.png', title:'sap', window:winsap });
tabGroup.addTab(tabsap);
//IOS developers
sap.js = https://gist.github.com/3421560
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment