Skip to content

Instantly share code, notes, and snippets.

@billdawson
Forked from rusticphilosopher/orientation2.js
Created July 11, 2011 20:24
Show Gist options
  • Save billdawson/1076714 to your computer and use it in GitHub Desktop.
Save billdawson/1076714 to your computer and use it in GitHub Desktop.
orientation2
var win = Titanium.UI.currentWindow;
// the following example orientationModes values would set orientation to sensor portrait
win.orientationModes = [Ti.UI.PORTRAIT, Ti.UI.UPSIDE_PORTRAIT];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment