sorry for the double post, but I figured while I was here I might as well ask...
what does the following line of code do?
Code:
-(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex
I know what it does, but I don't really know how. in other words, I know the effect that the code has, I just want to know how it achives that effect.
sorry if that doesn't make sence, can somebody just break it down for me lol.