在Swift中更改特定TabBarItem的tintcolor

时间:2015-12-22 08:04:20

标签: xcode swift uicolor uitabbaritem

我的ViewController中有3个TabBarItems 其中一个是加载屏幕时的默认值。但它没有突出显示 我想手动突出显示它

Method2("a", c); // will this run ok?

我收到的错误是" UIImage类型的值没有成员tabBarImageWithCustomTint" 有什么建议吗?

2 个答案:

答案 0 :(得分:0)

我相信你必须这样做:

button.image?.tabBarImageWithCustomTint = UIColor.redColor()

答案 1 :(得分:0)

设置图像模式有两种选择。我在这里解释使用ImageAssets

第1步:将图片添加到ImageAssets

第2步:从属性检查器

中将Render As设置为Template Image

查看屏幕截图:

enter image description here

并保留您已经完成的相同代码。