美文网首页
1.ios代码学习

1.ios代码学习

作者: 飞龙在天8 | 来源:发表于2016-08-15 02:26 被阅读13次

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代码学习

      本文链接:https://www.haomeiwen.com/subject/aedmjttx.html