File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
WriteFreely-MultiPlatform.xcodeproj/xcuserdata/angelo.xcuserdatad/xcschemes Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 7
7
<key >WriteFreely-MultiPlatform (iOS).xcscheme_^#shared#^_ </key >
8
8
<dict >
9
9
<key >orderHint </key >
10
- <integer >0 </integer >
10
+ <integer >1 </integer >
11
11
</dict >
12
12
<key >WriteFreely-MultiPlatform (macOS).xcscheme_^#shared#^_ </key >
13
13
<dict >
14
14
<key >orderHint </key >
15
- <integer >1 </integer >
15
+ <integer >0 </integer >
16
16
</dict >
17
17
</dict >
18
18
</dict >
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ extension UINavigationController {
5
5
super. viewDidLoad ( )
6
6
7
7
let standardAppearance = UINavigationBarAppearance ( )
8
- standardAppearance. configureWithTransparentBackground ( )
9
-
8
+ standardAppearance. configureWithOpaqueBackground ( )
10
9
navigationBar. standardAppearance = standardAppearance
11
10
}
12
11
}
You can’t perform that action at this time.
0 commit comments