gpt4 book ai didi

ios - 不要移动 UISwitch

转载 作者:行者123 更新时间:2023-11-28 22:24:19 25 4
gpt4 key购买 nike

我想将 UISwitch 更改为关闭和关闭,但我做不到。在 xib 中创建了 UISwitch。

- (IBAction)switchAction:(id)sender {

UISwitch *nkswitch = (UISwitch *)sender;
if (nkswitch.isOn)
NSLog(@"switchPressed ON");
else
NSLog(@"switchPressed OFF");

}

有什么解决办法吗?

enter image description here

更新

enter image description here

最佳答案

我认为问题是您连接了错误的 UISwitch 事件。 checkin Xibstoryboard。它与 ValueChange: 的 Event 连接,而不是 Other like:-

enter image description here

将 UISwitch IBAction 事件设置为 UIControlEventValueChanged

关于ios - 不要移动 UISwitch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19422440/

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