Skip to content

Commit 3a9aeae

Browse files
Merge pull request #88 from writeas/remove-navbar-transparency
Remove navigation bar transparency
2 parents c6f7aeb + 0ce31b0 commit 3a9aeae

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

WriteFreely-MultiPlatform.xcodeproj/xcuserdata/angelo.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<key>WriteFreely-MultiPlatform (iOS).xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>0</integer>
10+
<integer>1</integer>
1111
</dict>
1212
<key>WriteFreely-MultiPlatform (macOS).xcscheme_^#shared#^_</key>
1313
<dict>
1414
<key>orderHint</key>
15-
<integer>1</integer>
15+
<integer>0</integer>
1616
</dict>
1717
</dict>
1818
</dict>

iOS/Extensions/UINavigationController+Appearance.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ extension UINavigationController {
55
super.viewDidLoad()
66

77
let standardAppearance = UINavigationBarAppearance()
8-
standardAppearance.configureWithTransparentBackground()
9-
8+
standardAppearance.configureWithOpaqueBackground()
109
navigationBar.standardAppearance = standardAppearance
1110
}
1211
}

0 commit comments

Comments
 (0)