Edit
It's now fixed on ios7.1
Don't do any tweak to fix it.
Edit2
Apparently the same problem happens again in iOS 8.0 and 8.1
Edit3
It's now fixed on ios9.2
Don't do any tweak to fix it.
Hi Today i seen in UISwitch's
Event ValueChanged:
Calling continuously
while i am change to On
to Off
or Off
to On and my finger moved still on right side as well as left side. I atteched GIF image for more clear with NSLog.
My Value Changed Method is:
- (IBAction)changeSwitch:(id)sender{
if([sender isOn]){
NSLog(@"Switch is ON");
} else{
NSLog(@"Switch is OFF");
}
}
iOS6 the same code of Switch working Fine as we expectation:
so can anyone suggest me that call only one time its state On or off. or is this is a bug or what..?
UPDATE
Here it is my Demo of it:
programmatic Add UISwitch
from XIB adding UISwitch
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…