Skip to content

Instantly share code, notes, and snippets.

@colinkiama
Created May 14, 2017 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colinkiama/fb3c0e53c4a4d57a2f1a8cf0f03fe75a to your computer and use it in GitHub Desktop.
Save colinkiama/fb3c0e53c4a4d57a2f1a8cf0f03fe75a to your computer and use it in GitHub Desktop.
Example of targetting device specific code
if (Windows.Foundation.Metadata.ApiInformation.IsTypePresent("Windows.UI.ViewManagement.StatusBar"))
{
//Do something with the Status Bar or specific to the phone.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment