I have been working through an iPhone development book and I ran across this bit of code:
I dont really understand the why there is a * before the ). Can someone explain this?
Code:
-(IBAction)switchChanged: (id)sender {
UISwitch *whichSwitch = (UISwitch *)sender;
...
Last edited by a moderator: