Guest User

Untitled

a guest
Jul 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Titanium.UI.setBackgroundColor('#fff');
  2. var tibh = {}; //create app namespace
  3. Ti.include('ui.js','db.js');
  4.  
  5. tibh.tabGroup = tibh.ui.createApplicationTabGroup();
  6. tibh.tabGroup.open();
Add Comment
Please, Sign In to add comment