How to handle an array of pointers in Objective-C

Posted by DougW on Stack Overflow See other posts from Stack Overflow or by DougW
Published on 2010-05-17T17:15:22Z Indexed on 2010/05/17 17:20 UTC
Read the original article Hit count: 327

Filed under:
|
|
|
|

I figured out the answer to this question, but I couldn't find the solution on here, so posting it for posterity.

So, in Objective-C, how do you create an object out of a pointer in order to store it in objective-c collections (NSArray, NSDictionary, NSSet, etc) without reverting to regular C?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about pointers