tabBarController.tabBar.clipsToBounds = true
它隐藏了线条和阴影,但我只想隐藏线条。
我已经尝试过跟踪标签栏上方的阴影
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