从故事板开始,根视图控制器有一个黑屏。为什么?

时间:2014-12-17 08:30:59

标签: ios objective-c iphone xcode storyboard

刚开始使用故事板。我创建了一个空应用程序和一个名为storyboard的故事板。在此我已经拖动了一个连接到表视图控制器的导航控制器。表视图控制器设置为root。

在AppDelegate.m中,我从应用程序didFinishLaunchingWithOptions中删除了窗口初始化代码,所以我只有:

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:      (NSDictionary *)launchOptions {

//This is empty as the storyboard will create a window for the app
return YES;}

在应用程序的目标中,我选择了Storyboard.storyboard作为主界面。因此,当我运行应用程序时,我只有一个黑屏和消息:2014-12-17 16:18:58.884 Colorboard [35720:1793105]无法实例化UIMainStoryboardFile的默认视图控制器'故事板' - 也许没有设定指定的入口点?

不确定为什么会这样。有人可以帮忙吗?对不起有点这个东西的新手。谢谢!

0 个答案:

没有答案