Hey!
Im curious how to improve this code;
if(this.rawValue == true){
radiobtn1.rawValue = 0;
radiobtn2.rawValue = 0;
radiobtn3.rawValue = 0;
}
into a function that unchecks all radio buttons except the one that you checked as true.
Thank you!
Hey!
Im curious how to improve this code;
if(this.rawValue == true){
radiobtn1.rawValue = 0;
radiobtn2.rawValue = 0;
radiobtn3.rawValue = 0;
}
into a function that unchecks all radio buttons except the one that you checked as true.
Thank you!