gpt4 book ai didi

iOS 7 tabBar-line,如何删除它?

转载 作者:IT老高 更新时间:2023-10-28 11:40:34 28 4
gpt4 key购买 nike

Apple 在 iOS 7 中的 tabBar 上添加了一条细线,应该作为 tabBar 和 UI 之间的阴影或淡入淡出

enter image description here

由于我使用的是定制的 tabBar,所以这条线很烦人。你如何删除它?请告诉我这是可能的,否则我需要重新设计我的整个应用哈哈......

/问候

*编辑

使用以下代码行解决了我的问题:

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

最佳答案

    UIImage* tabBarBackground = [UIImage imageNamed:@"tabbar_bg.png"];
[[UITabBar appearance] setShadowImage:tabBarBackground];
[[UITabBar appearance] setBackgroundImage:tabBarBackground];

关于iOS 7 tabBar-line,如何删除它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18939168/

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