ViewController已经写好,在IB边上的deck里拖了一个Object进去,设置它的class为我的控制器。现在我想在其他位置的代码里使用这个拖到边栏的对象,请问我该如何获取它呢?
大家讲道理2017-04-24 09:13:05
Do you mean putting multiple spaces in the XIB?
UIViewController * vc = [[[NSBundle mainBundle]loadNibNamed:@"MainMenu" owner:self options:nil] objectAtIndex: order of controls];