Hi,
I have a UISwitch with IBAction method "toggleSwitch". when i toggle the switch "ON" a UITextField gets it's content plus 1000, when i toggle the switch "OFF" a UITextField gets it's content minus 1000. starting from zero, if u double press the switch then there's 2000. how can i block double pressing on a UISwitch?
Thanks!
I have a UISwitch with IBAction method "toggleSwitch". when i toggle the switch "ON" a UITextField gets it's content plus 1000, when i toggle the switch "OFF" a UITextField gets it's content minus 1000. starting from zero, if u double press the switch then there's 2000. how can i block double pressing on a UISwitch?
Thanks!