gpt4 book ai didi

iphone - 如何更改 iPhone 上按钮的默认颜色?

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

如何更改 iPhone 上按钮的默认颜色?

最佳答案

一种常见的技术是使用图像作为背景。实际上你可以使用可拉伸(stretch)的图像:

- (void)viewDidLoad {
UIImage *blueImage = [UIImage imageNamed:@"blueButton.png"];
UIImage *blueButtonImage = [blueImage stretchableImageWithLeftCapWidth:12 topCapHeight:0];
[myButton setBackgroundImage:blueButtonImage forState:UIControlStateHighlighted];
}

原图:

alt text

最终结果:

alt text

关于iphone - 如何更改 iPhone 上按钮的默认颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/948106/

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