我有 MasterViewController.h 和 MasterViewController.m 文件,在这些文件中,当按下 a 按钮时,我在该视图的一部分顶部加载了一个子视图。我希望该子视图(IBActions 等)的功能位于不同的文件(ContactUs.h 和 ContactUs.m)中,因此我可以抽象该程序并将其分解为更小/更简单的部分。
我该怎么做呢?.xib 文件加载到 MasterViewController.m 中:
[[NSBundle mainBundle] loadNibNamed@"ContactUs_GeneralContact" owner:self options[NSDictionary dictionary]];