Skip to content

Commit

Permalink
Merge pull request #356 from aymericd12/issue#353
Browse files Browse the repository at this point in the history
Set light text in light mode in Settings and About screens
  • Loading branch information
andrewtavis authored Aug 20, 2023
2 parents f795e21 + 807fef7 commit 294337b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Scribe/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<array>
<string>armv7</string>
</array>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
Expand All @@ -42,5 +44,7 @@
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</plist>
5 changes: 0 additions & 5 deletions Scribe/InstallationTab/InstallationVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ class InstallationVC: UIViewController {
set { self.orientations = newValue }
}

// The app screen is white content on blue, so match the status bar.
override var preferredStatusBarStyle: UIStatusBarStyle {
return .lightContent
}

/// Sets the top icon for the app screen given the device to assure that it's oriented correctly to its background.
func setTopIcon() {
if DeviceType.isPhone {
Expand Down

0 comments on commit 294337b

Please sign in to comment.