升高标签栏的顶部边框线

时间:2019-02-18 04:44:03

标签: ios swift uitabbarcontroller

我设计了一个看起来像这样的标签栏...

enter image description here

但是我想抬高标签栏的顶部边框,以使中心大图像在边框内下降。它看起来应该像这样... enter image description here

我该如何实现...?

1 个答案:

答案 0 :(得分:0)

尝试使用此代码删除UITabbar的顶部边框。

UITabBar.appearance().layer.borderWidth = 0.0
UITabBar.appearance().clipsToBounds = true
UITabBar.appearance().shadowImage = UIImage()
UITabBar.appearance().backgroundImage = UIImage()mage = UIImage()