alexiscn / WXNavigationBar

Handle UINavigationBar like WeChat. Simple and easy to use.

Home Page:https://github.com/alexiscn/WXNavigationBar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS 13.4 下 好像没有效果

webjyh opened this issue · comments

commented

新升级了 Xcode Version 11.4 在模拟器 iPhone 11 iOS 13.4 版本上 WXNavigationBar 好像无效了,升级之后才有的,没升级之前是没问题的

It seems a bug of iOS 13.4 when debugging in Xcode 11.4. But it will take effect on next launch.

I will add manually setup in next version

Please update to version 2.0.1. And add following code in AppDelegate

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
    //....
    WXNavigationBar.setup()
}

I also noticed that preferredStatusBarStyle in ViewController will not work when debugging in Xcode 11.4 but worked when not debugging. So I think it's a bug of Xcode 11.4. And hope it will be fixed in Xcode 11.4.1.

commented

好的,谢谢~