Re: CALayer's removeFromSuperlayer processing time
Re: CALayer's removeFromSuperlayer processing time
- Subject: Re: CALayer's removeFromSuperlayer processing time
- From: Kyle Sluder <email@hidden>
- Date: Wed, 31 Mar 2010 12:55:46 -0700
On Wed, Mar 31, 2010 at 12:44 PM, vincent habchi <email@hidden> wrote:
> However, I register quite a significant delay (sometimes 6 to 10 seconds) between this call and the actual call to [theCALayerIWantToRemove release]. Is this normal (due to some autorelease pool being drained?)?
For all you know or care the layer may never be released at all. All
you can do is balance your own retains and releases as appropriate.
--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