从另一个类访问NSMutableArray元素

时间:2011-08-29 14:35:38

标签: iphone class nsmutablearray

我正在为iPhone编写一个小程序。 我在同一个类[MyArray addObject:[NSNumber numberWithInt:MyNumber]];中增加数组。我想在另一个类中访问该数组的元素。我该怎么做?

1 个答案:

答案 0 :(得分:0)

在你的第一个类中写这个aArray = [[NsmutableArray alloc] initwithobject:yourobjectname mutablecopy];将该nsarray的属性设置为此类。现在可以将此变量访问到其他类