Skip to content

Instantly share code, notes, and snippets.

@rusticphilosopher
Created July 11, 2011 16:25
Show Gist options
  • Save rusticphilosopher/1076213 to your computer and use it in GitHub Desktop.
Save rusticphilosopher/1076213 to your computer and use it in GitHub Desktop.
orientation 1
var win = Titanium.UI.currentWindow;
// the following example orientationModes values would set orientation to full sensor
win.orientationModes = [Ti.UI.PORTRAIT, Ti.UI.LANDSCAPE_RIGHT];
win.orientationModes = [Ti.UI.PORTRAIT, Ti.UI.UPSIDE_PORTRAIT, Ti.UI.LANDSCAPE_LEFT]
win.orientationModes = [Ti.UI.UPSIDE_PORTRAIT, Ti.UI.LANDSCAPE_LEFT];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment