Re: Initialize a subclass object with a base class object
Re: Initialize a subclass object with a base class object
- Subject: Re: Initialize a subclass object with a base class object
- From: Andy Lee <email@hidden>
- Date: Tue, 20 May 2008 09:00:52 -0400
On May 20, 2008, at 8:55 AM, Andy Lee wrote:
You could add a category to NSObject like this:
- (void)copyProperties:(id)otherObject
(nitpicking myself)
-copyPropertiesFrom: would be a better name. And I would add an ugly
prefix to avoid collision in case Apple adds a method of the same name.
--Andy
_______________________________________________
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