Guest User

Untitled

a guest
Dec 11th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var win = Titanium.UI.createWindow({
  2. title:'Tab 1',
  3. backgroundColor:'#fff'
  4. });
  5.  
  6. win.orientationModes = [ Titanium.UI.PORTRAIT ];
Add Comment
Please, Sign In to add comment