我必须调用第一个数组到下一个数组的值。但我在声明数组时收到此消息: -
SecondViewController *second = [[SecondViewController alloc] init];
NSMutableArray *_iArray = [second initWithMethod:@"jjsh" :@"jkhfhads"];
如何纠正它以阻止我的应用崩溃?
答案 0 :(得分:0)
initWithMethod
:此方法的返回类型为(id),表示它是SecondViewController的初始化程序。如果你打算使用数组。然后使用方法NSMutableArray
initWithMethod
返回类型