美文网首页
hidesBottomBarWhenPushed 导航栏黑影

hidesBottomBarWhenPushed 导航栏黑影

作者: Best_Kai | 来源:发表于2017-04-26 10:09 被阅读45次

    在使用hidesBottomBarWhenPushed进行隐藏tabbar的时候,在导航栏的右上角会有部分黑色的阴影。解决办法:
    1、在func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {}方法里给window设置背景色self.window.backgroundColor = UIColor.white

    2、由于我使用的是UITabBarController可以在tabbarController的viewDidLoad设置self.view.backgroundColor = UIColor.white

    完美解决

    相关文章

      网友评论

          本文标题:hidesBottomBarWhenPushed 导航栏黑影

          本文链接:https://www.haomeiwen.com/subject/lqcizttx.html