Re: NSCollectionView Subclass difficulties
Re: NSCollectionView Subclass difficulties
- Subject: Re: NSCollectionView Subclass difficulties
- From: Jaime Magiera <email@hidden>
- Date: Sun, 10 Feb 2008 22:48:11 -0500
On Feb 10, 2008, at 10:41 PM, Jens Alfke wrote:
You're returning the same object every time. The method should, as
its name implies, return a new object every time it's called. You
can either make a fresh copy of a prototype object, or use alloc/
init to create a new one.
Ahhhh... Ok, of course... prototype for a new object. Thank you Jens.
Ok, well, that's two weeks in a row asking a late Sunday night
question where the answer is "like the title says, new object".
<sigh>
Jaime Magiera
Sensory Research
http://www.sensoryresearch.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden