I want a particular UIButton
to change colour once a UISwitch
move from OFF
to ON
. What do I enter
- (IBAction) Court1ON {
//here
}
to refer to a specific UIButton
in my storyboard?
I want a particular UIButton
to change colour once a UISwitch
move from OFF
to ON
. What do I enter
- (IBAction) Court1ON {
//here
}
to refer to a specific UIButton
in my storyboard?