01.新建项目的基本配置
2016-05-18 本文已影响160人
断剑
当我们创建项目之后,首先要进行项目的一些基本信息的配置
- 桌面图标 AppIcon 的设置
![](https://img.haomeiwen.com/i1926594/2fc52513c98f694b.png)
- 启动图片 LaunchImage 的设置
![](https://img.haomeiwen.com/i1926594/03a124ae9e09270a.png)
![](https://img.haomeiwen.com/i1926594/da4d776e1c6db86a.png)
![](https://img.haomeiwen.com/i1926594/45b16ec5904e63d6.png)
设置完启动图片和桌面图标后,如果系统有
unassigned children
警告,只需要找到对应的图片删除即可
-
桌面程序名称的设置
在 info.plist 文件中更改Bundle display name
-
创建 window (如果不适用storyboard创建项目)
-
注意不使用storyboard时,删除storyboard文件的同时
删除main
-
-
设置项目文件的类前缀
![](https://img.haomeiwen.com/i1926594/5d9e0aba8d73ae62.png)