nicolasgomollon / AppSales-Mobile

AppSales allows iOS and Mac App Store developers to download and analyze their daily and weekly sales reports from iTunes Connect.
39 stars 10 forks source link

NavigationBar messed up #61

Closed ddaddy closed 2 years ago

ddaddy commented 2 years ago

Building with Xcode 13.3 causes the Navigation bar to be black. It happened with one of my apps, but I was in the process of a SwiftUI rewrite so never fixed it. I don't have the time right now to look into it, but if anyone fancies a go?

IMG_4511

Morpheus2002 commented 2 years ago

Same here. Already tried to find the issue but with no success now. It looks like some mess up with dark/light mode to me.

ddaddy commented 2 years ago

It’s due to a change in the nav bar appearance: https://developer.apple.com/documentation/technotes/tn3106-customizing-uinavigationbar-appearance

https://developer.apple.com/forums/thread/682420

ddaddy commented 2 years ago

Fixed with PR #63