NSMutableArray未设置

时间:2010-10-29 15:40:20

标签: iphone objective-c ios4

我正在尝试做一些简单的任务,但想出不同的结果,我无法弄清楚为什么。为什么下面的第一个作业不起作用,第二个作业不合作?

NSMutableArray *mutableFetchResults = something approrpriate here;
[self  setLocationsArray:mutableFetchResults];
[switchViewController setLocationsArray:mutableFetchResults];

NSLog(@"1 - %@", self.locationsArray); // -> returns array
NSLog(@"2 - %@", switchViewController.locationsArray); // -> returns null
NSLog(@"3 - %@", mutableFetchResults); // -> returns array

1 个答案:

答案 0 :(得分:3)

我打赌switchViewControllernil