Re: *Still* Crashing Cross Development
Re: *Still* Crashing Cross Development
- Subject: Re: *Still* Crashing Cross Development
- From: Sherm Pendley <email@hidden>
- Date: Fri, 17 Feb 2006 17:42:54 -0500
On Feb 17, 2006, at 4:44 PM, Marcus S. Zarra wrote:
Assigned it to self will not solve anything as the super does that
for you already.
How do you imagine it might be able to do that?
Self is not an instance variable, it's an argument. For super to be
able to assign to its caller's self, it would have to know how many
arguments were passed to its caller. It would also need to know for
certain that the caller was a subclass' -init, not some other method
or function.
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden