Skip to content

Instantly share code, notes, and snippets.

@samilamti
Created October 22, 2012 11:04
Show Gist options
  • Save samilamti/3931001 to your computer and use it in GitHub Desktop.
Save samilamti/3931001 to your computer and use it in GitHub Desktop.
In your AppDelegate's FinishedLoading overload, you can query UIScreen for availability of other screens
if (UIScreen.Screens.Count() > 1) {
CreateRemoteWindow(UIScreen.Screens[1]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment