以下代码是从storyboard向当前视图添加子视图:
EventSearchViewController* view1 = [self.storyboard instantiateViewControllerWithIdentifier:@"searchView"]; [view1 setBookingSystem:system]; [self.view addSubview:view1.view];
在视图“view1”中,有一个textField.以下是textField的IBAction,事件是“退出时结束”.
-(IBAction)searchKeyword:(id *)sender { NSLog(@"searchKeyword"); }
以下是错误消息.
2012-05-26 20:26:47.369 OnlineBooking[6607:f803] -[__NSCFType searchKeyword:]: unrecognized selector sent to instance 0x6d8eb80
2012-05-26 20:26:47.369 OnlineBooking[6607:f803] * WebKit discarded an uncaught exception in the webView:shouldInsertText:replacingDOMRange:givenAction: delegate: -[__NSCFType searchKeyword:]: unrecognized selector sent to instance 0x6d8eb80