我的主界面中有一个按钮。我执行了一个ctl+drag从Storyboard中的按钮到InterfaceController.m然后我在生成的方法中放入了一个NSLog。这是代码的样子#import"InterfaceController.h"@interfaceInterfaceController()@end@implementationInterfaceController-(void)awakeWithContext:(id)context{[superawakeWithContext:context];NSLog(@"awakeWithContext!");//Configur