标签: ios swift uitabbarcontroller
我设计了一个看起来像这样的标签栏...
但是我想抬高标签栏的顶部边框,以使中心大图像在边框内下降。它看起来应该像这样...
我该如何实现...?
答案 0 :(得分:0)
尝试使用此代码删除UITabbar的顶部边框。
UITabBar.appearance().layer.borderWidth = 0.0 UITabBar.appearance().clipsToBounds = true UITabBar.appearance().shadowImage = UIImage() UITabBar.appearance().backgroundImage = UIImage()mage = UIImage()