From 6f13012ba70c4f0fa699206744b6dc6ce81101b0 Mon Sep 17 00:00:00 2001 From: Max Katz Date: Fri, 25 Feb 2022 08:57:07 -0500 Subject: [PATCH] Hide status bar from sample projects --- samples/ControlCatalog.iOS.Legacy/Info.plist | 4 ++++ samples/ControlCatalog.iOS/Info.plist | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/samples/ControlCatalog.iOS.Legacy/Info.plist b/samples/ControlCatalog.iOS.Legacy/Info.plist index 45dbd05726..430ffb3aca 100644 --- a/samples/ControlCatalog.iOS.Legacy/Info.plist +++ b/samples/ControlCatalog.iOS.Legacy/Info.plist @@ -39,5 +39,9 @@ XSAppIconAssets Assets.xcassets/AppIcon.appiconset + UIStatusBarHidden + + UIViewControllerBasedStatusBarAppearance + diff --git a/samples/ControlCatalog.iOS/Info.plist b/samples/ControlCatalog.iOS/Info.plist index 144cb165ab..d4b91b381e 100644 --- a/samples/ControlCatalog.iOS/Info.plist +++ b/samples/ControlCatalog.iOS/Info.plist @@ -39,5 +39,9 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIStatusBarHidden + + UIViewControllerBasedStatusBarAppearance +