0

私は古いアプリを持っています (もともとは iOS3 用に開発されましたが、新しい機能をサポートするために何年にもわたって更新してきました)。Xcode5 と iOS7 より前では、iPhone 5 は正しく表示されていました (つまり、4 インチ ディスプレイを有効にするために適切な起動画面を含めていました)。

現在、Xcode5 を使用してアプリを更新しており、iOS7 を実行する iPhone5 と iOS6 を実行する iPhone 4S で正常に動作します。ただし、iOS6 を実行している iPhone 5 の場合、アプリは 3.5 インチ アプリとして表示されます。

アセット カタログを更新して、すべての iPhone 起動イメージが考慮されていることを確認してみましたが、うまくいきませんでした。

助言がありますか?

4

1 に答える 1

1

Have you changed the setting for your project so that it points to the Asset Catalog as the source for your Launch Image? I had the same problem as you have, but it turned out that from switching back and fort due to different problems I ended up thinking I was using the asset catalog when I was not.

In your project, you should see the same as in the picture below.

enter image description here

于 2013-10-18T14:36:58.340 に答える