Skip to content

Commit

Permalink
Update bar tint issue comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhaios committed Sep 21, 2022
1 parent 84f09c7 commit 2726aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw-ios-sdk-demo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
//Fix Nav Bar tint issue in iOS 15.0 or later - is transparent w/o code below
//Fix Nav Bar tint issue in iOS 15.0 or later
if #available(iOS 15, *) {
let appearance = UINavigationBarAppearance()
appearance.configureWithOpaqueBackground()
Expand Down

0 comments on commit 2726aa0

Please sign in to comment.