快速自定义中心标签栏

时间:2019-11-03 11:11:40

标签: swift swift4.2

我想实现以下观点。我无法使中心按钮的透明边框。另外,当我尝试在标签栏上方隐藏线并添加一些阴影时,该线不会消失。

tabBarController.tabBar.clipsToBounds = true

它隐藏了线条和阴影,但我只想隐藏线条。

https://imgur.com/8xaJ24H

我已经尝试过跟踪标签栏上方的阴影

tabBarController.tabBar.layer.shadowOffset = CGSize(width: 0, height: -4)
tabBarController.tabBar.layer.shadowRadius = 8
tabBarController.tabBar.layer.shadowColor = UIColor.black.cgColor
tabBarController.tabBar.layer.shadowOpacity = 0.3

0 个答案:

没有答案