Re: CALayer's removeFromSuperlayer processing time
site_archiver@lists.apple.com Delivered-To: Cocoa-dev@lists.apple.com On Mar 31, 2010, at 12:44 PM, vincent habchi 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?)?
It is normal in terms of us making no guarantees as to the timing between a layer being removed from its super layer and that layer being released by its super layer. Is there a specific issue you are trying to debug? -- David Duncan Apple DTS Animation and Printing _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com
participants (1)
-
David Duncan