如何在xcode中使用图像文件作为启动图像而不将其名称更改为“Default.png”并将其重新导入到项目中?
Posted
技术标签:
【中文标题】如何在xcode中使用图像文件作为启动图像而不将其名称更改为“Default.png”并将其重新导入到项目中?【英文标题】:How to use image file as launch image in xcode without change it name to "Default.png" and re-import it to project? 【发布时间】:2013-09-13 04:00:43 【问题描述】:在 Xcode->Choose Project->Summary 中有使用这些名称的启动图像设置: Default.png、Default-Portrait@2x.png、Default-Portrait.png、Default-Landscape@2x.png、Default-Landscape.png、Default@2x.png。如何添加现有图像,但这些名称带有一些额外的前缀,例如:Project1Default.png? 另外,xcode 强制重命名添加的启动图像并将它们添加到程序的基本目录中,我怎样才能将它们保留在它们的旧资源文件夹中?
【问题讨论】:
【参考方案1】:你必须添加到你项目的 Info.plist
Launch image (iPhone) DEFAULT_NAME
其中 DEFAULT_NAME 是启动映像的名称。它也必须添加到项目中。
例如,如果我添加了名为 def@2x.png 的图像,我会写:
Launch image (iPhone) def
【讨论】:
以上是关于如何在xcode中使用图像文件作为启动图像而不将其名称更改为“Default.png”并将其重新导入到项目中?的主要内容,如果未能解决你的问题,请参考以下文章