Skip navigation.
 
mlRe: NSArray- help!
FROM : Dave Sopchak
DATE : Sat Nov 02 17:56:55 2002

Joar,
   This is interesting. It doesn't appear to mention the autorelease
property in the docs. How did you know this and should I be on the
lookout for this sort of behavior in other things?

Thanks again,

Dave


On Saturday, November 2, 2002, at 08:50 AM, j o a r wrote:

> You are using a convenience method to construct the array, the
> "arrayWithObjects:" method. This method returns an autoreleased array,
> meaning that it will be deallocated automatically if you don't
> explicitly retain it.

_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlNSArray- help! Dave Sopchak Nov 2, 17:37
mlRe: NSArray- help! j o a r Nov 2, 17:50
mlRe: NSArray- help! Dave Sopchak Nov 2, 17:56
mlRe: NSArray- help! j o a r Nov 2, 18:01