- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. [_bbb addTarget:self action:@selector(onButtonClicked:) forControlEvents:UIControlEventTouchUpInside]; }
- (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; // Dispose of any resources that can be recreated. } - (void)onButtonClicked:(id)sender { NSLog(@"%s", __PRETTY_FUNCTION__); } - (IBAction)llll:(id)sender { NSLog(@"%s", __PRETTY_FUNCTION__); } - (IBAction)aaa:(id)sender { NSLog(@"%s", __PRETTY_FUNCTION__); }