Is there anything like a generic list in Cocoa / Objective-C?

Posted by Holli on Stack Overflow See other posts from Stack Overflow or by Holli
Published on 2009-04-27T14:06:36Z Indexed on 2010/06/08 1:12 UTC
Read the original article Hit count: 250

What I really like in C# are generic lists. A list that can contain only one type of objects. Is there something like a generic list in Cocoa/Objective-C? As far I only know NSArray who will take a pointer to any object.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa