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

  • Home
  • SEARCH
  • 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 7581253
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:09:23+00:00 2026-05-30T18:09:23+00:00

Some consultants built some code for us. I’m looking at a method they wrote

  • 0

Some consultants built some code for us. I’m looking at a method they wrote for UIView subclass. It basically goes like this:

- (void)startAnimation {
   [self.circle removeAllAnimations];

   // then some animation code for the circle.  The circle is a CAShapeLayer.
   [self.circle addAnimation:group forKey:@"animationPath"];
}

Two questions, is this a good way to implement animations? Like remove all animations first, then add it? I was wondering if this is an expensive operation to always remove the animations first because in another for loop somewhere else in the app, it basically looks at the objects and just calls:

for (id points in pointsArray) {
   [points startAnimation];
}

I was wondering if blindly removing the animations and adding them back, without checking to see if the point object was already animating is ok and if I’d be taking a performance hit.

Also, is there a way to check something is animating? Looking at the code, the animation starts for all objects. However if they are positioned off the screen, (because it’s in a scrollView and it’s not currently in view), the objects do not animate even though startAnimation is called on each object when they are created and added to the view. Thanks.

  • 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-30T18:09:24+00:00Added an answer on May 30, 2026 at 6:09 pm

    Personally, I dont think is a bad way of working, getting sure you remove every animation that could be running in that moment before you add yours, but as I said, this is a personal opinion.

    I dont think is going to be a really bad performance hit, specially taking into account that probably in that moment, no animation is running, but as I said, this is just personal.

    On the other hand, if you check apple developers guide, it seems that it doenst remove the animations

    https://developer.apple.com/library/ios/#documentation/windowsviews/conceptual/viewpg_iphoneos/animatingviews/animatingviews.html

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

Sidebar

Related Questions

I would like to declare some integer constants in PowerShell. Is there any good
where can i get some references about SPL predefined constants like SELF_FIRST , CHILD_FIRST
I would like to find the values of some of windows API constants, such
Some web applications, like Google Docs, store data generated by the users. Data that
Some WPF controls (like the Button ) seem to happily consume all the available
ANSWER: There isn't a natively managed equivalent for this method. However, a good example
I was reading some code that a consultant provided us. It's a bit convoluted,
I'm tidying up some older code that uses 'magic numbers' all over the place
I have write some code but my program is too slow. The problem is
I've got some custom JS that i'm looking to deploy on a live site,

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.