1.ios代码学习

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];

你可能感兴趣的:(1.ios代码学习)