Skip to content

Instantly share code, notes, and snippets.

@Redth
Created September 13, 2012 15:31
Show Gist options
  • Select an option

  • Save Redth/3715104 to your computer and use it in GitHub Desktop.

Select an option

Save Redth/3715104 to your computer and use it in GitHub Desktop.
Blog-Post-MonoTouch-iPhone5-01
public static bool IsTall
{
get { return UIScreen.MainScreen.Bounds.Height >= (1136 / 2); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment