Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 407487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T17:35:58+00:00 2026-05-12T17:35:58+00:00

I have a CABasicAnimation that animating a property of a CALayer e.g. bounds.origin .

  • 0

I have a CABasicAnimation that animating a property of a CALayer e.g. bounds.origin. I want to be able to observe the property changing over time, but haven’t really found a method that works 100%.

  1. I tried using KVO (key-value observation) on the presentationLayer‘s bounds.origin keypath. The system complains that the object is freed before its observers are freed, leading me to think that the presentation layer is only temporary. Observing presentationLayer.bounds.origin as a keypath doesn’t work.

  2. I tried creating a property on another layer and animating that e.g. by declaring the @property and making it @dynamic on that layer. However this new property only gets changed when the presentation layer is accessed (e.g. at the end of the animation), it doesn’t seem to update while the animation is running.

  3. I used needsDisplayForKey on the property in #2, which does trigger updates during the animation, but for these issues:

    • it only works if the CALayer has non-zero frame. Since this layer might be a CAShapeLayer or subclass, it may have a zero frame.
    • it looks like it triggers setNeedsDisplay for that layer, but since I’m not actually drawing that layer only monitoring the property change, I don’t want to cause it to redraw.
  4. I tried scheduling an NSTimer, and within the timer callback sample the presentationLayer. This also works but for these issues:

    • The timer would probably be slightly out of sync with the animation update.
    • Since occasionally the original animation gets pre-empted by another animation, it’s difficult to actually get the timer to fire when the animation is running and only when the animation is running.

Any suggestions? All this would be on iPhoneOS 3.0/3.1.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T17:35:58+00:00Added an answer on May 12, 2026 at 5:35 pm

    I think you’ve named all of the possibilities. In fact, I wasn’t even aware of #2 and #3 and I wrote the book on Core Animation. 😉

    KVO is not available for these properties. Would be nice if it were, but I believe the reason for this has to do with the overhead it would take. The value would update very frequently and have to call back to any observers.

    Anyhow, I’ve found the NSTimer to be the most reliable approach, but now I’m not sure from what you’ve said. What makes you think that the timer is out of sync? Why is it difficult get the timer only to fire when the animation is running? Can’t you just check for the condition you want in the timer callback and then do nothing if the condition is not met?

    Best Regards.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have grouped 4 CABasicAnimation into CAAnimationGroup . But the problem is that -(void)
I have a CABasicAnimation with a .fromValue and a .toValue that move in an
I have a UIView that contains a CALayer (layerPlot_) When y call the following
I have a CALayer subclass that is constrained to the width of the parent
I have an image that looks like a donut and want to animate it
I have a UITableViewCell that I have applied CABasicAnimation to when the user does
I have this code to animate a CALayer element. CABasicAnimation *makeBiggerAnim=[CABasicAnimation animationWithKeyPath:@radius]; makeBiggerAnim.duration=0.2; makeBiggerAnim.fromValue=[NSNumber
I have a custom UIView class that I want to spin, shrink and move
I have applied a CABasicAnimation to a layer. The animation modifies the position.y layer
have written this little class, which generates a UUID every time an object of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.