gpt4 book ai didi

iphone - 在 iPhone 应用程序中自定义 UISlider 的颜色

转载 作者:行者123 更新时间:2023-12-03 19:32:49 29 4
gpt4 key购买 nike

我在我的应用程序中使用 slider 。它的默认颜色为黑色,我想将其更改为棕色。

我遵循“在 SDK 帮助中更改 slider 外观”

我使用了代码

NSString *path = [[NSBundle mainBundle] pathForResource:@"sliderBrown"
ofType:@"png"];
UIImage *minimumTrackImg = [[UIImage alloc] initWithContentsOfFile:path];

[voiceLevelSlider setMinimumTrackImage:minimumTrackImg
forState:UIControlStateSelected];

但在这种情况下,我的 slider 就消失了。

请赐教。

最佳答案

检查UICatalog example 。您可以找到很多有关创建不同控件(包括自定义控件)的信息。

关于iphone - 在 iPhone 应用程序中自定义 UISlider 的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1720124/

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