Re: PropertyLocks?: strange exc_bad_access crash
Re: PropertyLocks?: strange exc_bad_access crash
- Subject: Re: PropertyLocks?: strange exc_bad_access crash
- From: Kyle Sluder <email@hidden>
- Date: Mon, 9 Aug 2010 11:04:40 -0700
On Mon, Aug 9, 2010 at 10:42 AM, James Maxwell
<email@hidden> wrote:
> Yes, so I always use accessors in my initWithCoder routines. Is that a bad idea?
Yes, this is a bad idea. You should access instance variables directly
from within initializers and -dealloc.
--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