我正在从故事板上呈现一个视图控制器,当我在64位和iPad上运行时,它运行良好,但在常规模拟器中我看不到它。我看到一个空白视图而不是我的实际视图控制器..
我在故事板上可能缺少一个设置吗?我没有收到任何错误。
ViewController *destination = [[UIStoryboard storyboardWithName:@"storyBoard_iPad" bundle:nil] instantiateInitialViewController];
[self presentViewController:destination animated:YES completion:nil];