-1

我已经创建了一个与 ios<5 兼容的应用程序。这已经存在于Workout DJ FREE for Spotify

现在在下一个版本中,我也希望这个应用程序与 ios5 兼容。为此,我需要做什么?

我计划选择这两个选项中的任何一个

  1. 为每个屏幕制作单独的 xib
  2. 创建所有具有更多视网膜显示的图像并使用@(some)X 命名。就像我们为视网膜显示做@2x 一样。

我认为第二个选项根本不起作用,是吗?

我正在寻求ios5专家的指导。我该怎么办?我应该选择以上两个选项中的任何一个,还是有其他标准和最佳选择。

4

3 回答 3

1

You shouldn't need separate views for the iPhone 5 and <= iPhone 4.

Just add a new Default screen for the iPhone 5 to trigger automatic view sizing to work on the iPhone 5 and make sure all of your Autolayout or resizing masks are correct.

Yes, you'll want to make sure you supply retina graphics so everything looks good on the retina displays in the iPhone 4 and iPhone 5.

于 2012-12-24T05:30:46.460 回答
0

只需按照以下教程进行操作。您将了解如何为 iPhone 4 和 5 兼容设置设计。

http://mobile.tutsplus.com/tutorials/iphone/working-with-the-iphone-5-display/

干杯。

于 2012-12-24T07:20:28.383 回答
0

有多种方法可以做到这一点,请尝试使用谷歌搜索。也许尝试在这里查看这篇论坛文章:http: //forums.macrumors.com/showthread.php?t=1356952

于 2012-12-24T05:20:30.880 回答