I am running another UIControlEvent for one event handler. I wonder if there is a way to determine which of the UIControlEvent the sender came from? e.g. (Touch Up Inside, Editing Did Begin, etc.)
- (IBAction) MultipleEvents: (UITextField *)sender { NSLog(@"Hello World"); }
ios
docchang
source share