Re: Outlets / IBOutlet declarations (was Re: Interface Builder &Wiring Objects)
Re: Outlets / IBOutlet declarations (was Re: Interface Builder &Wiring Objects)
- Subject: Re: Outlets / IBOutlet declarations (was Re: Interface Builder &Wiring Objects)
- From: j o a r <email@hidden>
- Date: Wed, 19 Nov 2008 15:12:41 -0800
On Nov 19, 2008, at 3:05 PM, Ricky Sharp wrote:
Now, when you say "call through your properties in init/dealloc", is
that explicitly for things set up with @property? Or, has what I've
been doing all these years with calls to accessors in init/dealloc
really "bad"?
There's no difference between setting through a property, and setting
through a plain old setter method. That said, it's up to you to decide
if you want to go with the official recommendation or not. If you
think that you have enough control over the implementation of your
accessor methods, you might choose to still use them.
j o a r
_______________________________________________
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