标签: iphone objective-c ios ipad
我遇到了一个问题,我不断收到此警告:highlight tint color unsupported by this button type
highlight tint color unsupported by this button type
我想知道如何删除此警告?
答案 0 :(得分:15)
我的经验是,我们只需将每个按钮的“突出显示”设置为“默认”(而不是默认值“黑色”)即可删除此警告。 :)
答案 1 :(得分:-3)
将按钮类型从“自定义”更改为其他内容。