是否可以在代码中设置图像作为iPhone应用程序的独特图标,而不是添加PNG格式图像文件并将其命名为Icon.png
?
使用UIImage作为应用程序图标
原标题:
最佳回答
这是您将添加到 Info.plist 中的示例:
<key>CFBundleIconFile</key>
<string>app.png</string>
这(以及其他相关选项)在iPhone应用编程指南中有详细记录。
注意:您可能需要苹果开发者账户才能看到该链接。
问题回答
不,不适用于开发者应用程序。请注意,苹果的预装应用程序可以明显地改变Default.png(请参见Notes应用程序),但其他人无法这样做。
b) 应用图标也可以是jpeg格式的,可以根据您喜欢的名称命名 - 您只需要在Info.plist中适当设置即可。
相关问题
热门标签
- winforms
- combobox
- fogbugz
- java
- date
- internationalization
- asp.net
- iis
- url-rewriting
- urlrewriter
- c#
- enums
- ocaml
- haxe
- algorithm
- string
- viewstate
- .net
- c++
- c
- symbol-table
- mysql
- database
- postgresql
- licensing
- migration
- vb.net
- vb6
- declaration
- vb6-migration
- python
- psycopg2
- backup
- vmware
- virtualization
- gnu-screen
- authentication
- desktop
- excel
- xll
- cultureinfo
- regioninfo
- oracle
- client
- session
- download
- html
- virtual
- constructor
- scenarios
- perl
- full-text-search
- javascript
- ajax
- testing
- oop
- inheritance
- vim
- encapsulation
- information-hiding