UIColor patternImage在iOS 7中不起作用

时间:2014-11-04 20:18:46

标签: ios ios7 swift uitabbar uicolor

我目前正在尝试使我的Swift应用程序与iOS 7兼容。出于某种原因,我无法像在iOS 8上那样设置Tabbar背景。这是我的代码:

tabBar.barTintColor = UIColor(patternImage: UIImage(named: "green.png")!)

我做错了什么?

1 个答案:

答案 0 :(得分:1)

self.tabBarController?.tabBar.translucent = false;

来自文档:
讨论   默认情况下,此颜色为半透明,除非您将半透明属性设置为NO。