CALayer's removeFromSuperlayer processing time
CALayer's removeFromSuperlayer processing time
- Subject: CALayer's removeFromSuperlayer processing time
- From: vincent habchi <email@hidden>
- Date: Wed, 31 Mar 2010 21:44:25 +0200
Hi there,
I'm back working on my small GIS after a while fighting with urgent things.
My today concern is this: at some point, I must replace a CALayer by another. I therefore use
[theCALayerIWantToRemove removeFromSuperlayer]
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?)?
Thanks a lot,
Vincent_______________________________________________
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