wxxsw / SwiftTheme

🎨 Powerful theme/skin manager for iOS 9+ 主题/换肤, 暗色模式

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

navigation controller and tabbar color is not correct on iOS 15

aarashgoodarzi opened this issue · comments

Navigation controller and tabBar color is not correct on iOS 15. just install app on iOS 15 simulator to repreduce the bug.

Maybe you can set UINavigationBarAppearance, and observe ThemeUpdateNotification to change it.

I have the same issue. Have anyone fixed it?

@aarashgoodarzi @cxymq Here is resolution with an example of usage:
#153

iOS 15
theme_backgroundColor
< iOS 15
theme_barTintColor

iOS15 无法做到主题颜色切换