在iPhone4/iPad应用程序中指定两种图标尺寸
iPad和iPhone4都是armv7(不是6),我很好奇如何指定两个单独的图标大小,因为目标架构完全相同。在典型的通用应用程序中指定两个很简单,但我不确定如何执行此操作。我在文档中找不到它,尽管可能是! (如果是的话,我很抱歉;如果之前有人问过这个问题,我很抱歉!)
谢谢!
凯尔
The iPad and iPhone4 both are armv7 (not 6), and I'm curious to know how to specify two separate icon sizes given that the target architecture is exactly the same. Specifying two in a typical universal app is simple, however I'm not sure how to do this. I can't find it in the documentation, although it may be! (Sorry if it is; and I'm sorry if this was asked before!)
Thanks!
Kyle
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要为 iPhone4 和 iPad 指定两种不同的尺寸,请参阅 iTunesConnect 开发人员指南 。它列出了您需要的图像大小(两者都应包含在您的二进制文件中)。
您要查找的内容位于第 6 页开始的“要求”部分。
希望这会有所帮助...
In order to specify two different sizes for the iPhone4 and iPad, refer to iTunesConnect Developer Guide. It lists the image sizes you need in order to do so (both should be included in your binary).
What you're looking for is under the Requirements section beginning on page 6.
Hope this helps...
这是更好更详细的链接。
Here is a better more detailed link.