Created
June 18, 2015 23:45
-
-
Save jakepoz/446ada4f781d38b5fa22 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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