【发布时间】:2017-04-12 08:44:51
【问题描述】:
我已将此波纹管代码应用于标签栏边框
self.tabBarController?.tabBar.layer.borderWidth = 0.8 self.tabBarController?.tabBar.layer.borderColor = self.tabBarController?.tabBar.tintColor.cgColor
但使用此代码边框适用于所有侧面,我只希望 tabbarmy tabbar that show tabbar border all side (top,left,right,bottom) 的顶部边框 i want tabbar like this sample image that show border only at top side 现在我该怎么办? 谢谢
【问题讨论】:
-
这与我的问题无关@Lalitkumar 我找不到我的问题的答案
标签: ios uitabbarcontroller border