Skip to content

Instantly share code, notes, and snippets.

@jakepoz
Created June 18, 2015 23:45
Show Gist options
  • Select an option

  • Save jakepoz/446ada4f781d38b5fa22 to your computer and use it in GitHub Desktop.

Select an option

Save jakepoz/446ada4f781d38b5fa22 to your computer and use it in GitHub Desktop.
if (Windows.Foundation.Metadata.ApiInformation.IsTypePresent("Windows.UI.ViewManagement.StatusBar"))
{
StatusBar statusBar = Windows.UI.ViewManagement.StatusBar.GetForCurrentView();
// Hide the status bar
statusBar.HideAsync();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment