Browse Source

Hide status bar from sample projects

pull/7565/head
Max Katz 4 years ago
parent
commit
6f13012ba7
  1. 4
      samples/ControlCatalog.iOS.Legacy/Info.plist
  2. 4
      samples/ControlCatalog.iOS/Info.plist

4
samples/ControlCatalog.iOS.Legacy/Info.plist

@ -39,5 +39,9 @@
</array>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcon.appiconset</string>
<key>UIStatusBarHidden</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</plist>

4
samples/ControlCatalog.iOS/Info.plist

@ -39,5 +39,9 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIStatusBarHidden</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</plist>

Loading…
Cancel
Save