1 删除main 和相关文件。
2 OC delegate 中
self.window =[ [UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
[[self.window setBackgroundColor:[UIColor whiteColor]];
[self.window makeKeyAndVisible];
[self.window setRootViewController:[[UIViewController alloc] init];