Re: NSURL Tutorial?
Re: NSURL Tutorial?
- Subject: Re: NSURL Tutorial?
- From: Scott Anguish <email@hidden>
- Date: Sun, 28 Oct 2001 19:36:48 -0500
On Sunday, October 28, 2001, at 07:34 PM, Steven W. Riggins wrote:
Well, give the above, I think that you're probably dealing with
the imageData being retained when it doesn't need to be as well.
NSImage initWithData doesn't appear to require that the data be
retained when it is passed to it.
Right. Is this a bug as well? I sure wish Apple's doc dept would not
assume we know how classes work and explictly state "initWithData
retains the image data"
I don't think this is a bug (at least not on Apple's part)
I prefer explicit definition over implied general function. :)
I think that the explicit definition is that it will be retained,
unless otherwise stated.