gpt4 book ai didi

uiviewcontroller - 水平分隔符 NavBar IOS 7

转载 作者:行者123 更新时间:2023-12-04 16:34:23 25 4
gpt4 key购买 nike

我已经包括了对导航栏(navigationController)的需求,它具有与栏 viewController 背景相同的色调......现在我有一个问题......在导航栏和 View 之间我有一条水平线将它们分开,就像你一样从图片中可以看到..你能告诉我如何删除这条横线黑色并使其更加一致吗?

我在 AppDelegate 中试过这个:

[[UINavigationBar appearance] setShadowImage: [[UIImage alloc] init]];

     UINavigationController * nav = (UINavigationController *) self.window.rootViewController; nav.navigationBar.translucent = NO;

但我没有得到结果。你能帮我吗?感谢所有罗里。

enter image description here

最佳答案

您还必须为导航栏设置背景图像才能达到您的要求

[[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];
[[UINavigationBar appearance] setShadowImage:[[UIImage alloc] init]];

关于uiviewcontroller - 水平分隔符 NavBar IOS 7,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19382235/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com