1

Xcode 4.6で新しいクラスを作成するたびに、iPhone 5用に設計された背の高いXIBを入手します。iPhone5用のアプリを作成しておらず、InterfaceBuilderを使用して小さな画面にレイアウトしたいと考えています。新しいクラスが作成されたときに小さいXIBを取得するように、デフォルトを変更するにはどうすればよいですか。また、既存のiPhone5XIBをiPhone4XIBに変更するにはどうすればよいですか?

4

1 に答える 1

3

In your XIB's attribute inspector there is a drop-down menu called "Simulated Metrics". In that change the size to "Retina 3.5 full screen". By doing this you can change the existing iPhone 5 sized XIB to iPhone 4 sized XIB

于 2013-02-18T10:07:56.013 に答える