1

Since iOS10 has been release we have an issue with one of our project. The customised UITabBar shows a white line below the UITabBarItems, I have tried numerous ways to remove this line, including solutions from stack overflow:

UITabBar.appearance().backgroundImage = UIImage(named: "menu-background")
UITabBar.appearance().layer.borderWidth = 0
UITabBar.appearance().clipsToBounds = true

as well as

UITabBar.appearance().shadowImage = UIImage()

Here is a screenshot of the UITabBar, playing tricks on us enter image description here

0 Answers0