最佳答案
现在它被固定在了 ios7.1的类 = “ post-tag”title = “ show questions tag & # 39; ios7.1 & # 39;”rel = “ tag”> ios7.1上
不要做任何调整来修复它。
显然,同样的问题在 iOS 8.0和8.1中再次发生
现在它被固定在了 ios9.2的类 = “ post-tag”title = “ show questions tags & # 39; ios9.2 & # 39;”rel = “ tag”> ios9.2上
不要做任何调整来修复它。
嗨,今天我看到在 UISwitch's
事件 ValueChanged:
呼叫 continuously
当我改变到 On
到 Off
或者 Off
到 On 和我的手指移动仍然在右边以及左边。为了使 NSLog 更清晰,我添加了 GIF 图像。
我的价值改变方法是:
- (IBAction)changeSwitch:(id)sender{
if([sender isOn]){
NSLog(@"Switch is ON");
} else{
NSLog(@"Switch is OFF");
}
}
IOS6的 Switch 代码与我们预期的相同:
so can anyone suggest me that call only one time its state On or off. or is this is a bug or what..?
更新
这是我的演示: