自定义UITabBar仅在iOS10中的UITabBarItem下方显示一条白线

时间:2016-10-14 14:57:21

标签: background-image line uitabbar ios10 uitabbaritem

由于iOS10已经发布,我们的项目之一存在问题。定制的UITabBar在UITabBarItems下方显示一条白线,我尝试了多种方法来删除这一行,包括堆栈溢出的解决方案:

UITabBar.appearance().backgroundImage = UIImage(named: "menu-background")
UITabBar.appearance().layer.borderWidth = 0
UITabBar.appearance().clipsToBounds = true

以及

UITabBar.appearance().shadowImage = UIImage()

这是UITabBar的截图,在我们身上玩弄技巧 enter image description here

0 个答案:

没有答案