Re: How To Increment CALayer Retain Count?
Re: How To Increment CALayer Retain Count?
- Subject: Re: How To Increment CALayer Retain Count?
- From: Quincey Morris <email@hidden>
- Date: Thu, 07 Apr 2011 14:55:26 -0700
On Apr 7, 2011, at 13:44, Jeffrey Walton wrote:
> How do experienced folks layout their interfaces? Is Interface Builder
> used? I seem to recall Mark and LeMarche stating that Apple recommends
> IB. But I seem to be having chronic problems with it (3.2.5 and
> 3.2.6).
The symptoms you reported suggest you have a memory management error, and that's nothing to do with IB. Blaming IB isn't going to help. :)
If it's a memory management problem relating to the retention of objects loaded from a nib, you really have to absorb *all* of the information in:
http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/LoadingResources/CocoaNibs/CocoaNibs.html
There's no magic involved here, just a few key things that are done for you that you typically don't have to be aware of, until something goes wrong.
_______________________________________________
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