我在项目中使用 MainWindow-iPad 作为主界面。但现在我动态设置窗口application:didFinishLaunchingWithOptions:
self.window = [[[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]] autorelease];
所以我不需要 iPad 部署信息的主界面字段中的任何值。但是当我尝试清除这个字段时,它变成了 MainWindow。但我只为 iPhone 使用 MainWindow.xib。我想将主界面留空。我能做些什么?