Re: Design Paterns: +/- Initializers and Subclassing (Solved)
Re: Design Paterns: +/- Initializers and Subclassing (Solved)
- Subject: Re: Design Paterns: +/- Initializers and Subclassing (Solved)
- From: Kyle Sluder <email@hidden>
- Date: Mon, 3 Aug 2009 01:22:37 -0700
On Aug 3, 2009, at 1:13 AM, Christopher J Kemsley <email@hidden>
wrote:
So, in all reality, the +method could be boiled down to:
[self.new autorelease] ;
This is improper use of the dot syntax. new is not a property, so it
should not be accessed using the dot syntax.
--Kyle Sluder
_______________________________________________
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