在 xcode4.2 中,我有一个与同名 xib 文件捆绑在一起的 UiViewController。在 UiViewController 中,我有一些如下所示的 IBOutlets 连接到 xib。
@property (retain, nonatomic) IBOutlet UIButton *topButton;
@property (retain, nonatomic) IBOutlet UIButton *hotButton;
@property (retain, nonatomic) IBOutlet UIButton *newButton;
@property (retain, nonatomic) IBOutlet UIButton *starredButton;
现在,我想创建一个 iPad 版本的 UIViewController 的 xib 文件,我该怎么办?即如何将一个IBOutlet 连接到两个版本的xib。任何帮助将不胜感激!感谢先进!