Skip to content

Instantly share code, notes, and snippets.

@richlander
Created July 30, 2015 17:10
Show Gist options
  • Save richlander/d7ef561db43df938f549 to your computer and use it in GitHub Desktop.
Save richlander/d7ef561db43df938f549 to your computer and use it in GitHub Desktop.
Adaptive C# code for WinRT
async Task SetupAsync()
{
if (ApiInformation.IsTypePresent("Windows.UI.ViewManagement.StatusBar"))
{
await StatusBar.GetForCurrentView().HideAsync();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment