Removing CALayer after Animation
Removing CALayer after Animation
- Subject: Removing CALayer after Animation
- From: "Bridger Maxwell" <email@hidden>
- Date: Sat, 3 Jan 2009 21:47:22 -0700
Another question on Core Animation.
I am creating temporary CALayers, and animating them across a parent layer.
I would like to delete the layers once they have reached their destination.
I are using the delegate method animationDidStop:finished: on the animation,
but it returns only a reference to the animation object that finished, and I
don't know how to figure out what layer the animation was associated.
Without this information, I don't know which layer we should remove. Any
help would be great.
Thank You,
Bridger Maxwell
_______________________________________________
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