在非64位模拟器中运行时的空白视图

时间:2014-05-22 18:58:28

标签: ios objective-c storyboard

我正在从故事板上呈现一个视图控制器,当我在64位和iPad上运行时,它运行良好,但在常规模拟器中我看不到它。我看到一个空白视图而不是我的实际视图控制器..

我在故事板上可能缺少一个设置吗?我没有收到任何错误。

    ViewController *destination = [[UIStoryboard storyboardWithName:@"storyBoard_iPad" bundle:nil] instantiateInitialViewController];
[self presentViewController:destination animated:YES completion:nil];

0 个答案:

没有答案
相关问题