Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xcode 4.5にアップグレードしたところ、アプリがMainStoryboardに正しく表示されないことに気付きました。MainStoryboardの高さが増したようです。新しい iPhone 5 と何か関係があるのではないかと思います。MainStoryboard を iPhone 4 および 4S の高さに設定して新しいアプリを作成するにはどうすればよいですか?
ストーリーボード上のViewControllerについて、View Controllerのプロパティパネルを選択し、simulated-metricsSizeプロパティをRetina3.5FullScreenに設定します。