0

当此图标在文件树查看器中显示为灰色时,这意味着什么?

我的主要问题是我试图使用此方法在单击按钮时从另一个视图导航到一个视图。

- (IBAction) organizeMeetingButtonPressed:(id)sender
{
    OrganizeMeetingViewController *viewController = [[OrganizeMeetingViewController alloc] initWithNibName:@"OrganizeMeetingView" bundle:nil];
    [self.navigationController pushViewController:viewController animated:YES];
}

这是写在控制器 1 中,它试图访问控制器 2 (OrganizeMeetingViewController)。我相信错误在于与实际视图的 xcode 连接。因此我关于灰色图标的问题

4

0 回答 0