mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Merge pull request #88 from writeas/remove-navbar-transparency
Remove navigation bar transparency
This commit is contained in:
commit
3a9aeae3c6
@ -7,12 +7,12 @@
|
||||
<key>WriteFreely-MultiPlatform (iOS).xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
<key>WriteFreely-MultiPlatform (macOS).xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>1</integer>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
@ -5,8 +5,7 @@ extension UINavigationController {
|
||||
super.viewDidLoad()
|
||||
|
||||
let standardAppearance = UINavigationBarAppearance()
|
||||
standardAppearance.configureWithTransparentBackground()
|
||||
|
||||
standardAppearance.configureWithOpaqueBackground()
|
||||
navigationBar.standardAppearance = standardAppearance
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user