标签: xcode swift uicolor uitabbaritem
我的ViewController中有3个TabBarItems 其中一个是加载屏幕时的默认值。但它没有突出显示 我想手动突出显示它
Method2("a", c); // will this run ok?
我收到的错误是" UIImage类型的值没有成员tabBarImageWithCustomTint" 有什么建议吗?
答案 0 :(得分:0)
我相信你必须这样做:
button.image?.tabBarImageWithCustomTint = UIColor.redColor()
答案 1 :(得分:0)
设置图像模式有两种选择。我在这里解释使用ImageAssets
ImageAssets
第1步:将图片添加到ImageAssets。
第2步:从属性检查器
Render As
Template Image
查看屏幕截图:
并保留您已经完成的相同代码。