gpt4 book ai didi

iphone - 无法将 UIBarbutton 设置回默认色调

转载 作者:行者123 更新时间:2023-12-03 18:22:05 25 4
gpt4 key购买 nike

如果我更改 UIBarbutton 的色调,如何将其重置为默认色调。

这里我为按钮设置了自定义色调...

examCancelButton.style = UIBarButtonSystemItemCancel;
examCancelButton.tintColor = myRedButtonTint;

然后我需要将其设置回默认样式和色调。所以我认为只需将样式设置为 UIBarButtonItemStyleDone 就可以达到这样的效果...

examCancelButton.style = UIBarButtonItemStyleDone;

但颜色仍然是红色。我可以自己将其设置为漂亮的蓝色,但我想获取 UIBarButtonItemStyleDone 按钮的默认颜色。这可能吗?

谢谢约翰

最佳答案

examCancelButton.tintColor = nil;

关于iphone - 无法将 UIBarbutton 设置回默认色调,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11459574/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com