gpt4 book ai didi

ios7 - 在 iOS7 中移除 UITabBar 水平分隔符

转载 作者:行者123 更新时间:2023-12-05 01:25:18 26 4
gpt4 key购买 nike

我想删除 UITabBar 和屏幕其余部分之间的水平分隔线。我在问the same question as this guy但针对 iOS7 进行了更新。

设置我的UITabBar的背景图片并不能缓解问题,设置[UITabBar外观]对象的背景图片也没有。

这在 iOS7 中仍然可能吗?如果有,怎么做?

最佳答案

您也可以使用以下代码隐藏阴影线:

[self.tabBar setValue:@(YES) forKeyPath:@"_hidesShadow"];

swift

self.tabBar.setValue(true, forKey: "_hidesShadow")

关于ios7 - 在 iOS7 中移除 UITabBar 水平分隔符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23145216/

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