gpt4 book ai didi

iphone - UISwitch 定制?

转载 作者:行者123 更新时间:2023-12-03 19:58:22 38 4
gpt4 key购买 nike

是否可以将图像添加到 UISwitch 背景,例如当状态为 ON 时(作为一个背景)和当状态为 OFF 时(另一个背景图像)?

最佳答案

要更改背景颜色(不是图像),您只需执行以下操作即可。这会更改领域中所有 UISwitch 控件的关闭颜色。

[[UISwitch appearance] setTintColor:[UIColor brownColor]];//Off Color
_locationSwitch.onTintColor = [UIColor orangeColor];//On Color

如果您想使用图像,请使用以下使用分段控件的酷技巧。 https://stackoverflow.com/a/5088099/1705353

如果你想写很多代码,你可以写自己的控件。瓦莱里·范指出:https://github.com/homick/iPhone-Snippets/tree/master/General

另一个资源是:http://www.raywenderlich.com/23424/photoshop-for-developers-creating-a-custom-uiswitch代码为:http://cdn2.raywenderlich.com/wp-content/uploads/2012/10/CustomSwitchResources.zip

关于iphone - UISwitch 定制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7540569/

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