Passing An Array By Reference In Objective-C

Posted by Garry on Stack Overflow See other posts from Stack Overflow or by Garry
Published on 2010-05-30T17:58:15Z Indexed on 2010/05/30 18:02 UTC
Read the original article Hit count: 151

Filed under:
|
|

I would like to pass a NSMutableArray by reference so that it can be altered by another method. What would be the correct syntax for this?

Thanks,

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa