Skip to content

Instantly share code, notes, and snippets.

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