Unwanted line on tab bar on iPhone 6

妖精的绣舞 提交于 2019-12-11 11:23:37

问题


Under iOS 8.1 a 1px line is showing on my tab bar. This problem is only present on iPhone 6. Here's another post with the same problem. Here is a screenshot of my tab bar.

I am using this code in Swift for my tab bar.

tabBarController?.tabBar.backgroundImage = UIImage(named: "tabbar_shadow.png")
tabBarController?.tabBar.backgroundColor = UIColor.clearColor()
tabBarController?.tabBar.shadowImage = UIImage()
tabBarController?.tabBar.translucent = true

This is working fine but a 1px line is showing up above the tab bar on iPhone 6.

来源:https://stackoverflow.com/questions/29160096/unwanted-line-on-tab-bar-on-iphone-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!