iphone - 是否可以根据语言有 2 个不同的应用程序图标?

标签 iphone ios xcode ipad

Possible Duplicate:
Localization of icon and default screen in iPhone

正如我的问题已经说过的,我想要有 2 个不同的应用程序图标。 例如,如果英语是设备上的母语,我希望它不仅有不同的应用程序名称,而且有不同的图标。 那么这实际上可能吗?

最佳答案

根据苹果文档,你可以做到。

An iOS application should be internationalized and have a language.lproj folder for each language it supports. In addition to providing localized versions of your application’s custom resources, you can also localize your application icons and launch images by placing files with the same name in your language-specific project directories. Even if you provide localized versions, however, you should always include a default version of these files at the top-level of your application bundle. The default version is used in situations where a specific localization is not available. For more information about localized resources, see “Localized Resources in Bundles.”

此信息是从此处提取的: https://developer.apple.com/library/mac/#documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html

关于iphone - 是否可以根据语言有 2 个不同的应用程序图标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11951095/

相关文章:

iphone - 我可以将 sqlite db 作为 zip 文件存储在 iPhone 应用程序中吗

ios - 2 行文本 UIButton

ios - Swift:写这个数组映射的更优雅的方式?

iphone - SciFi-HiFi 钥匙串(keychain)问题 - SecKeychainItemRef 未声明错误

ios - JMeter - 如何将代理与安全移动页面一起使用?

ios - 通过handleOpenURL将p12身份作为电子邮件附件导入应用程序

ios - 在第 4 代 iPad 上缩放图像很慢,是否有更快的替代方案?

ios - 如果钱包中没有卡,Apple Pay 按钮的行为更可取?

xcode - 在 Swift : var vs. 中迭代集合

objective-c - [selfdismissModalViewControllerAnimated :YES]; 后如何调用 viewDidLoad