Xcode 故事板中的维吾尔族

Xcode 故事板中的维吾尔族,xcode,view,storyboard,Xcode,View,Storyboard,使用序列图像板时包含的master detail应用程序未加载此代码 UIBarButtonItem *addButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAdd target:self action:@selector(insertNewObject:)]; 我想在与.xib相同的项目中使用它 UIBarButtonItem *addButton = [[UIBarButt

使用序列图像板时包含的master detail应用程序未加载此代码

UIBarButtonItem *addButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAdd target:self action:@selector(insertNewObject:)];
我想在与.xib相同的项目中使用它

UIBarButtonItem *addButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAdd target:self action:@selector(showGegenstellenView)];
问题是我不能在故事板项目中实现这段代码。我找不到故事板的特殊帮助

-(void)showGegenstellenView{
GegenstellenViewController *gegenstellenViewController = [[GegenstellenViewController alloc]initWithMasterController:self Gegenstellen:nil];
[self presentModalViewController:gegenstellenViewController animated:YES];
}

最后,我想在表格视图中点击add按钮,一个带有公式的视图。 所有这些都是我与锡伯银行合作的项目。但我想要故事板!当您希望通过TeamViewer或通过邮件作为sib查看xib项目时,我没有问题

致意 约翰