gpt4 book ai didi

ios - 在 UIButtons 上全局设置背景颜色

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:44:25 25 4
gpt4 key购买 nike

全局更改所有 UIButtons 背景颜色的最佳方法是什么?我已经全局设置了色调

[[UIApplication sharedApplication] delegate].window.tintColor =

最佳答案

[[UIButton appearance] setBackgroundImage:[UIImage imageNamed:@"button.png"]
forState:UIControlStateNormal];

或者

[[UIButton appearance] setBackgroundColor:[UIColor purpleColor]];

这里有一些关于外观代理的更多信息:http://developer.apple.com/library/ios/documentation/uikit/reference/UIAppearance_Protocol/Reference/Reference.html

关于ios - 在 UIButtons 上全局设置背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20874279/

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