have started a universal project under the new Xcode4. My Application works on both iPhone & iPad devices but not well design for the iPad. I have 2 .xib file for the MainWindow: MainWindow.xib (iPhone device) & MainWindow-Ipad.xib (iPad device). But only one .xib file for my MainView: MainView.xib.
So I'm trying to create a specific .xib file for the iPad Device:
New file > User interface > View -> next -> device family : iPad -> MainView-iPad.xib -> save
And of course, there is nothing connected,no referencing outlet, no link to any class.
I check each thumbnail of my new MainView-iPad.xib in order to link it to my MainViewController class without success !?
Where or how can I link it to my MainViewController class?
Thanks in advance.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…