xcode4.2には、同じ名前のxibファイルをバンドルしたUiViewControllerがあります。 UiViewControllerでは、以下のようにいくつかのIBOutletがxibに接続されています。UIViewControllerのiPadバージョンを作成するxxx
@property (retain, nonatomic) IBOutlet UIButton *topButton;
@property (retain, nonatomic) IBOutlet UIButton *hotButton;
@property (retain, nonatomic) IBOutlet UIButton *newButton;
@property (retain, nonatomic) IBOutlet UIButton *starredButton;
ここで、私はUIViewControllerのiPad版xibファイルを作成したいと思いますが、どうすればいいですか?つまり、1つのIBOutletを2つのバージョンのxibに接続する方法です。 ご協力いただければ幸いです!ありがとう!
これは分かります。私はその質問を修正した。 – Kaibin